curl --request POST \
--url https://api.tiny.com.br/public-api/v3/notas/xml/cancelar \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form xml='@example-file' \
--form 'numeroNota=<string>' \
--form 'serieNota=<string>' \
--form 'modeloNota=<string>' \
--form estornarContas=S \
--form estornarEstoque=S{
"xml": "<string>",
"numeroNota": "<string>",
"serieNota": "<string>",
"modeloNota": "<string>",
"estornarContas": "S",
"estornarEstoque": "S"
}curl --request POST \
--url https://api.tiny.com.br/public-api/v3/notas/xml/cancelar \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form xml='@example-file' \
--form 'numeroNota=<string>' \
--form 'serieNota=<string>' \
--form 'modeloNota=<string>' \
--form estornarContas=S \
--form estornarEstoque=S{
"xml": "<string>",
"numeroNota": "<string>",
"serieNota": "<string>",
"modeloNota": "<string>",
"estornarContas": "S",
"estornarEstoque": "S"
}