{
"start_time": "2024-11-27",
"end_time": "2025-11-27",
"product": "pet food",
"limit": 10,
"page": 1
}curl --location --request POST '/api/customs/search' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": "2024-11-27",
"end_time": "2025-11-27",
"product": "pet food",
"limit": 10,
"page": 1
}'{
"success": true,
"request_id": "req_xxx",
"records": [],
"meta": {
"total_results": 0,
"billing": {}
},
"error": null
}