curl --location '/orders' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"order": {
"clientOrderId": "ORD-2026-001",
"contactId": "8f0daf26-c9bb-40fa-b436-ffe3b89528eb",
"total": 121,
"currency": "CZK",
"items": [
{
"itemId": "PR132215454",
"quantity": 1,
"price": 121
}
]
},
"event": "order_created"
}'{
"orderId": "550e8400-e29b-41d4-a716-446655440000"
}