This endpoint allows users to register with the application. The request should be sent as an HTTP POST to the specified URL. The request body should be of form-data type and include the following parameters:
first_name (text): User first name
last_name (text): User last name
bdate (text): User birth date
phone (text): User phone
email (text): User email
password (text): User password
address (text): User address
roll (text):
type (text): User for 1 / Business for 2
bname (text): Business name
bemail (text): Business email
bpincode (text): Business pin code
bcity (text): Business city
bstate (text): Business state
blogo (text): Business logo
bpocname (text):
category (text): Business categories
bmobile (text): Business mobile
referral_id (text): Business referrers
The response to the request will have a status code of 200 and a content type of application/json. The response body will include the following fields:
status (boolean): Indicates the status of the response