{
"type": "importer",
"start_time": "2020-04-10",
"end_time": "2025-06-18",
"product": "led",
"exporter_country": 0,
"importer_country": 0,
"limit": 10,
"page": 1,
"tradeNumSort": 1
}curl --location --request POST '/api/customs/analytics/market-trend' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "importer",
"start_time": "2020-04-10",
"end_time": "2025-06-18",
"product": "led",
"exporter_country": 0,
"importer_country": 0,
"limit": 10,
"page": 1,
"tradeNumSort": 1
}'