curl --location --request GET 'https://open.yunxinapi.com/im/v2/broadcast_notification?page_token&limit&type' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 0,
"msg": "string",
"data": {
"has_more": true,
"next_token": "string",
"items": {
"broadcast_id": "string",
"from_account_id": "string",
"content": "string",
"offline_enabled": true,
"target_os": [
"string"
],
"create_time": 0,
"expire_time": 0
}
}
}