cURL
curl --request PUT \ --url https://api.example.com/api/users/{id}/organizaciones \ --header 'Content-Type: application/json' \ --data ' { "organizaciones": [ "Quorum de elderes", "Escuela dominical", "Hombres jóvenes" ] } '
User id (should be a UUID)
OK