curl --location --request PATCH '/orders/550e8400-e29b-41d4-a716-446655440000' \ --header 'Content-Type: application/json' \ --data '{ "state": "shipped" }'
{ "orderId": "550e8400-e29b-41d4-a716-446655440000", "state": "shipped" }