curl --location --request PUT '/orders//status' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "Design looks perfect, thank you!",
"status": "done"
}'{
"property1": "string",
"property2": "string"
}