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