curl --location --request POST '/platform/api/v1/accounts//account_users' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"user_id": 0,
"role": "string"
}'
{
"account_id": 0,
"user_id": 0,
"role": "string"
}