Authorization: Bearer ********************{
"configKey1": "configValue1",
"configKey2": "configValue2"
}curl --location --request PUT '/api/bag/config/' \
--header 'X-App-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"configKey1": "configValue1",
"configKey2": "configValue2"
}'{
"data": {}
}