curl --request POST \
--url https://gateway.varchev.com/wallet/orders/customer/{customerId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '
{
"range": "HOUR",
"page": 1,
"take": 10
}
'