{
"user_id": "string",
"name": "string",
"specialty": "string",
"introduction": "string"
}curl --location --request POST '/counselor' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"name": "string",
"specialty": "string",
"introduction": "string"
}'{
"code": 200,
"message": "success",
"data": null
}