{
"sender_id": "apifoxtest33",
"type": 1,
"receiver_id": "apifoxtest32",
"content": "Lorem irure cupidatat deserunt",
"push_config": {
"push_enabled": false,
"push_nick_enabled": true,
"push_content": "nulla qui voluptate",
"push_payload": null,
"push_forcepush_all": true,
"push_forcepush_ids": [
"56"
],
"push_forcepush_content": "pariatur eiusmod anim aliqua"
},
"sound": "in ",
"route_config": {
"route_enabled": false,
"route_environment": "tempor anim eiusmod officia"
},
"notification_config": {
"offline_enabled": false,
"unread_enabled": true
}
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/custom_notification' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sender_id": "apifoxtest33",
"type": 1,
"receiver_id": "apifoxtest32",
"content": "Lorem irure cupidatat deserunt",
"push_config": {
"push_enabled": false,
"push_nick_enabled": true,
"push_content": "nulla qui voluptate",
"push_payload": null,
"push_forcepush_all": true,
"push_forcepush_ids": [
"56"
],
"push_forcepush_content": "pariatur eiusmod anim aliqua"
},
"sound": "in ",
"route_config": {
"route_enabled": false,
"route_environment": "tempor anim eiusmod officia"
},
"notification_config": {
"offline_enabled": false,
"unread_enabled": true
}
}'{
"code": 200,
"msg": "success",
"data": {}
}