curl --location --request PUT '/orders/550e8400-e29b-41d4-a716-446655440000' \
--header 'Content-Type: application/json' \
--data '{
"order": {
"total": 150,
"state": "Processing",
"items": [
{
"itemId": "PR132215454",
"quantity": 2,
"price": 75
}
]
},
"event": "order_updated"
}'{
"orderId": "550e8400-e29b-41d4-a716-446655440000",
"status": "updated"
}