X-API-Key: ********************
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" }'
{}