curl --location --request GET '/counselor/list?page&pageSize&keyword'{
"code": 0,
"message": "string",
"data": {
"page": "string",
"total": "string",
"records": [
{
"id": "string",
"user_id": "string",
"name": "string",
"specialty": "string",
"introduction": "string",
"rating": 0
}
]
}
}