{
"com_id": "string",
"content": "string"
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/chat/fresh' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"com_id": "string",
"content": "string"
}'
{}