{
"content": "string",
"from_account_id": "string",
"offline_enabled": true,
"ttl": 0,
"target_os": "string"
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/broadcast_notification' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"from_account_id": "string",
"offline_enabled": true,
"ttl": 0,
"target_os": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}