curl --location '/user/create-user' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"adline1": "string",
"adline2": "string",
"image": "string",
"phone": "string",
"email": "string",
"city": "string",
"pincode": "string",
"password": "string",
"dob": "2019-08-24T14:15:22.123Z",
"gender": "string"
}'null