{
"appointment_id": 2,
"approved": true,
"feedback": "Please go tomorrow",
"assigned_team": 1
}curl --location --request POST '/receptionist/process_appointment' \
--header 'Authorization: t05lRfUyaBLHqVbZDmxuirGC8XhY7IOS' \
--header 'Content-Type: application/json' \
--data-raw '{
"appointment_id": 2,
"approved": true,
"feedback": "Please go tomorrow",
"assigned_team": 1
}'{}