curl --location '/orders?q=ORD-2026&state=Sent&dateFrom=2026-01-01&dateTo=2026-12-31&limit=20&offset=0' \
--header 'Authorization: Bearer JWT'{
"orders": [
{
"orderId": "550e8400-e29b-41d4-a716-446655440000",
"clientOrderId": "ORD-2026-001",
"contactId": "8f0daf26-c9bb-40fa-b436-ffe3b89528eb",
"clientContactId": "3565412124564",
"email": "info@incomaker.com",
"total": 121,
"totalWithoutTax": 100,
"currency": "CZK",
"payment": "card",
"state": "Sent",
"created": "2026-04-20T13:00:00+02:00",
"items": [
{
"itemId": "PR132215454",
"quantity": 1,
"price": 121,
"priceWithoutTax": 100
},
{
"itemId": "PR999888777",
"quantity": 2,
"price": 25,
"priceWithoutTax": 20
}
],
"fields": [
{
"name": "importance",
"value": "high"
}
]
}
],
"paging": {
"total": 450,
"limit": 20,
"offset": 0
}
}