curl --location --request POST 'https://api.thinkeo.io/v1/teams/groups//apps' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "28c365d5-df94-4a54-8217-3ce51d068868"
}'
{
"key": "string",
"message": "string"
}