cURL
curl --request PATCH \ --url https://api.centralcart.com.br/v1/app/command/{command-id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "status": "<string>", "response": "<string>", "reason": "<string>" }'
{ "status": "DONE", "response": "Command successful delivered" }
Atualiza o status do comando.