{
"motivo": "string",
"rastreadorTms": "string"
}curl --location --request PUT 'https://api.boxlink.com.br/v2/etiqueta/cancelar-com-rastreador' \
--header 'Authorization: Bearer {seu_token_aqui}' \
--header 'Authorization: Bearer {seu_token_aqui}' \
--header 'Content-Type: application/json' \
--data-raw '{
"motivo": "string",
"rastreadorTms": "string"
}'{}