cURL
curl --request POST \ --url https://api.goil.app/api/v1/external/account/create \ --header 'Content-Type: application/json' \ --data ' { "name": "John Doe", "email": "john@company.com", "phone": "+34600000000" } '
{ "timestamp": 1705123456789, "data": {} }
Crea una cuenta en Goil desde un sistema externo.
The body is of type object.
object
Cuenta creada
1705123456789