{
"current": 0,
"page_size": 0,
"search_content": "string"
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/school/message/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"page_size": 0,
"search_content": "string"
}'
{}