Skip to main content
POST
/
api
/
v1
/
user
/
create_user
create_user
curl --request POST \
  --url 'http://{{base_url}}/api/v1/user/create_user' \
  --header 'Content-Type: application/json' \
  --data '
{
  "first_name": "<First Name>",
  "last_name": "<Last Name>",
  "user_name": "<User Name>",
  "email": "<Email Id>",
  "phone_number": "<Phone Number>",
  "whatsapp_number": "<Phone Number>",
  "password": "<Password>"
}
'

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response