cURL
curl --request POST \ --url https://api.example.com/api/users/{id}/roles \ --header 'Content-Type: application/json' \ --data ' { "roles": [ "presidente", "asesor" ] } '
Documentation IndexFetch the complete documentation index at: https://docs.barrio7.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.barrio7.org/llms.txt
Use this file to discover all available pages before exploring further.
User id (should be a UUID)
CREATED