{
"current_page": 1,
"page_size": 20,
"is_submission_by_am": true
}curl --location '/api/v1/page_best_deal' \
--header 'X-Site-Tenant;' \
--header 'Content-Type: application/json' \
--data '{
"current_page": 1,
"page_size": 20,
"is_submission_by_am": true
}'{
"code": 200,
"msg": "",
"resp_data": {
"current_page": 1,
"page_size": 20,
"total_num": 1,
"total_page": 1,
"data": [
{
"ssku": "",
"msku": "",
"asin": "",
"status": "",
"amz_promotion_id": "",
"per_unit_funding": 0.0,
"per_unit_funding_type": "",
"likely_promotional_price": 0.0,
"begin_time_ms": 1669017600000,
"end_time_ms": 1669017600000,
"created_time_ms": 1669017600000
}
]
},
"trace_id": ""
}