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