GET
/api-v1/my-expenses/orders
curl \
--request GET 'https://wyzio.app/api-v1/my-expenses/orders'
Response examples (200)
[
{
"id": 42,
"orderId": "string",
"name": "string",
"clientId": 42,
"isExpensesEnabled": true,
"orderIdNameConcat": "string"
}
]