{
    "chat_id": "",
    "message_type": 2,
    "message_content": {"text": ""}
}curl --location --request POST 'https://chat.jijyun.cn/v1/openapi/aggregate/message/send?apiKey' \
--header 'Content-Type: application/json' \
--data-raw '{
    "chat_id": "",
    "message_type": 2,
    "message_content": {"text": ""}
}'{
    "Code": 0,
    "Data": {
        "channel": "string",
        "chat_id": "string"
    },
    "Msg": "string"
}