Create a new user account
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Body Params application/json
{
"name": "John Doe",
"email": "john@example.com",
"password": "Password123",
"phone": 1234567890
}
Responses
User registered successfully
This response does not have a body.
Modified at 2026-01-31 17:40:00