{ "botId": "string", "groupId": "string", "content": "string" }
curl --location --request POST 'http://localhost/sendGroupMessage' \ --header 'X-Token;' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 0, "data": { "messageId": "16464-41313-3689" } }