AuthenticationRegister user
Authentication

Register user

curl -X PATCH "https://api.neostra.io/api/v1/auth/signup/example_string" \
  -H "Content-Type: application/json" \
  -d '{
  "firstName": "John Doe",
  "lastName": "John Doe",
  "password": "example_string"
}'
{
  "success": true,
  "message": "example_string",
  "data": {}
}
PATCH
/api/v1/auth/signup/{token}
PATCH
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Path Parameters

Responses

successboolean
messagestring
dataobject