curl --location '/orders/550e8400-e29b-41d4-a716-446655440000' \
--header 'Authorization: Bearer JWT'{
"order": {
"orderId": "550e8400-e29b-41d4-a716-446655440000",
"clientOrderId": "ORD-2026-001",
"contactId": "8f0daf26-c9bb-40fa-b436-ffe3b89528eb",
"clientContactId": "3565412124564",
"email": "info@incomaker.com",
"total": 121,
"currency": "CZK",
"state": "Sent",
"items": [
{
"itemId": "PR132215454",
"quantity": 1,
"price": 121
}
]
}
}