{
"command": {
"status": 1
},
"commandId": 123
}curl --location --request PUT 'https://cgv-prd-command-api.contele.io/v1/command/' \
--header 'x-api-key: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"command": {
"status": 1
},
"commandId": 123
}'