PrasannPradeepPatil / Booking-Website

0 stars 2 forks source link

New User registration API #68

Open ahamad-s opened 2 years ago

ahamad-s commented 2 years ago

This API is utilized to register a new user to store his information and create an unique loginID.

Request: { "firstName':" ", "lastName":" ", "emailID":" ", "mobileNumber":" ", "password":" ", "dateOfBirth":" " }

Response: { "status":" ", "loginId":" " }