cURL
curl --request POST \ --url https://api.example.com/api/users \ --header 'Content-Type: application/json' \ --data ' { "nombre": "Fulano de Tal", "email": "fulano@ejemplo.com", "organizaciones": [ "Obispado" ], "roles": [ "admin", "asesor" ] } '
{ "id": "UUID", "nombre": "Fulano de tal", "email": "fulano@ejemplo.com", "organizaciones": [ "Obispado", "Hombres jóvenes" ], "roles": [ "admin" ] }
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.
Request should be application/json
CREATED