Authorization: Bearer ********************
{ "message": "string" }
curl --location --request POST 'http://127.0.0.1:6810/api/clients//message' \ --header 'Content-Type: application/json' \ --data-raw '{ "message": "string" }'
{ "code": "SEND_MESSAGE", "message": "发送成功", "data": true }