{
"appointment_id": 2,
"treat_info": "wow!",
"treated_at": 1700000000
}curl --location --request POST '/doctor/treat' \
--header 'Authorization: t05lRfUyaBLHqVbZDmxuirGC8XhY7IOS' \
--header 'Content-Type: application/json' \
--data-raw '{
"appointment_id": 2,
"treat_info": "wow!",
"treated_at": 1700000000
}'{}