Authorization: Bearer ********************
{
"queryType": "partners",
"timeRange": {
"startTime": "1618781132",
"endTime": "1738781132"
}
}
curl --location --request POST '/api/order/app/orderFilterInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryType": "partners",
"timeRange": {
"startTime": "1618781132",
"endTime": "1738781132"
}
}'
{}