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