{
"id": 0,
"app_id": [
0
],
"push_type": 0,
"push_title": "string",
"push_content": "string",
"push_rate": 0,
"push_time": "string",
"bundle": "string"
}curl --location --request PUT 'api/api/admin/push/push_config' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"app_id": [
0
],
"push_type": 0,
"push_title": "string",
"push_content": "string",
"push_rate": 0,
"push_time": "string",
"bundle": "string"
}'{}