POST
/
api
/
v1
/
user
/
create_user
curl --request POST \
  --url http:///%7B{base_url}%7D/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>"
}'
"<any>"

Body

application/json · object

Response

200 - application/json

Successful response

The response is of type any.