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