Request
Body Params application/json
{
"appointment_time": 1800000000,
"category": "consultation",
"description": "oh, I can't sleep."
}
Request Code Samples
curl --location --request POST '/patient/book' \
--header 'Authorization: q7EraRwJAsnoXtyLuMjk2eigK8lD4PTS' \
--header 'Content-Type: application/json' \
--data-raw '{
"appointment_time": 1800000000,
"category": "consultation",
"description": "oh, I can'\''t sleep."
}'
Responses
application/json Modified at 2025-04-23 22:00:35