curl --location '/register/user' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"email": "string",
"age": 0,
"dob": "2019-08-24T14:15:22.123Z",
"lmpDate": "2019-08-24",
"edDate": "2019-08-24",
"lastDeliveryDate": "2019-08-24",
"adline1": "string",
"adline2": "string",
"city": "string",
"pincode": "string",
"pregnancyStatus": "string",
"avgLengthOfCycles": 0,
"image": "string",
"gender": "string",
"bloodGroup": "string",
"countryCode": "string",
"phone": "string",
"password": "string",
"userType": "string",
"familyID": "string"
}'