curl --location --request POST 'https://api.thinkeo.io/v1/teams/groups//users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}'
{
"key": "string",
"message": "string"
}