curl --location '/appointment/create' \
--header 'Content-Type: application/json' \
--data '{
"doctor_id": "string",
"user_id": "string",
"timing_id": "string",
"appointment_date": "2019-08-24T14:15:22.123Z",
"reason": "string",
"anc_id": "string"
}'null