{
"current_page": 0,
"page_size": 0,
"plt_sku": "string",
"status": "string"
}curl --location '/api/v1/page_coupon_marketing' \
--header 'X-Site-Tenant;' \
--header 'Content-Type: application/json' \
--data '{
"current_page": 0,
"page_size": 0,
"plt_sku": "string",
"status": "string"
}'{
"code": 200,
"msg": "成功",
"resp_data": {
"current_page": 1,
"page_size": 20,
"total_num": 20,
"total_page": 1,
"data": [
{
"plt_sku": "test_asin",
"discount": 65,
"used": 51,
"discount_type": "7",
"budget": 69,
"start_time_ms": 1757425928801,
"end_time_ms": 1770796558128,
"redemptions": 66,
"clips": 78,
"budget_spent": 24,
"status": "needs_your_attention",
"amz_id": "test_amz_id",
"ssku": "test-ssku",
"total_discount": 100
}
]
},
"trace_id": "92"
}