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