curl -L \
--request POST \
--url '/team/member_update' \
--header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"user_id": "text",
"user_email": "text",
"team_id": "text",
"max_budget_in_team": 1,
"role": "admin"
}'