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