cURL
curl --request POST \ --url https://api.example.com/api/users/{id}/roles \ --header 'Content-Type: application/json' \ --data ' { "roles": [ "presidente", "asesor" ] } '
User id (should be a UUID)
CREATED