curl --location --request GET '/appointment/list?student_id&counselor_id&page&pageSize'{
"code": 0,
"message": "string",
"data": {
"total": "string",
"page": "string",
"records": [
{
"id": "string",
"counselor_id": "string",
"student_id": "string",
"appointment_time": "string",
"type": 0,
"status": 0,
"rating": 0
}
]
}
}