{
"counselor_id": "string",
"student_id": "string",
"appointment_time": "string",
"type": 0,
"status": 0,
"rating": 0
}curl --location --request PUT '/appointment/' \
--header 'Content-Type: application/json' \
--data-raw '{
"counselor_id": "string",
"student_id": "string",
"appointment_time": "string",
"type": 0,
"status": 0,
"rating": 0
}'{
"code": 200,
"message": "success",
"data": null
}