curl --location --request PUT '/orders/' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "Please update the design as discussed",
"description": "Updated description",
"quantity": 200,
"title": "Updated title"
}'{}