{ "gid": 0, "type": "string", "content": "string" }
curl --location --request POST '/message/send' \ --header 'cookie;' \ --header 'Content-Type: application/json' \ --data-raw '{ "gid": 0, "type": "string", "content": "string" }'
{}