curl --request POST \
--url https://apps-studio.thena.ai/apps/update-config \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"installationId": "<string>",
"configuration": {
"required_settings": [
"check the app manifest for required_settings schema"
],
"optional_settings": [
"check the app manifest for optional_settings schema"
]
}
}'