Request
Body Params application/json
{
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone": "+2348033808745",
"password": "pA$$w0rd"
}
Request Code Samples
curl --location --globoff 'https://api.enviablelogistics.com/auth/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone": "+2348033808745",
"password": "pA$$w0rd"
}'
Responses
application/json
{"message":"User successfully registered","user":{"first_name":"John","last_name":"Doe","email":"john.doe@example.com","phone":"+2348034255019","updated_at":"2024-07-30T12:36:07.000000Z","created_at":"2024-07-30T12:36:07.000000Z","id":5}}
Modified at 2024-10-01 14:42:26