{
"time_start": "string",
"time_end": "string",
"store_no": "string",
"price_currency": "string",
"order_field": "string",
"order_sort": "string"
}
curl --location --request POST '/pts/mp/trans/tip/summary/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"time_start": "string",
"time_end": "string",
"store_no": "string",
"price_currency": "string",
"order_field": "string",
"order_sort": "string"
}'
{
"code": "string",
"msg": "string",
"psn": "string",
"data": [
{
"cashier_id": "string",
"total_num": "string",
"total_order_amount": "string",
"total_tip_amount": "string"
}
]
}