{
"id": 0,
"title": "string",
"intro_content": "string"
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/school/message/update' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"intro_content": "string"
}'
{}