curl --request PATCH \
  --url https://api.theauthapi.com/users/{id}/roles \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "<string>",
  "projectId": "<string>",
  "role": "<string>"
}'curl --request PATCH \
  --url https://api.theauthapi.com/users/{id}/roles \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "<string>",
  "projectId": "<string>",
  "role": "<string>"
}'