{
"appointment_id": 1,
"appointment_time": 1800000000,
"category": "consultation",
"description": "oh, I can't sleep."
}curl --location --request POST '/patient/edit_appointment' \
--header 'Authorization: q7EraRwJAsnoXtyLuMjk2eigK8lD4PTS' \
--header 'Content-Type: application/json' \
--data-raw '{
"appointment_id": 1,
"appointment_time": 1800000000,
"category": "consultation",
"description": "oh, I can'\''t sleep."
}'{}