Authorization: Bearer ********************
{
"size": 10,
"queryType": "partners"
}
curl --location --request POST '/api/order/app/orderList' \
--header 'Content-Type: application/json' \
--data-raw '{
"size": 10,
"queryType": "partners"
}'
{}