curl --location --request POST 'https://pruebas.elmomento.io/integrations/users/' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"id": "string"
}'{
"data": {
"id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"first_name": "Juan",
"last_name": "PƩrez",
"email": "juan.perez@example.com",
"is_active": true,
"provider_user_id": "USR-12345"
},
"success": true
}