curl --request POST \
--url https://api.tiny.com.br/public-api/v3/notas/xml/fornecedor \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form xml='@example-file' \
--form numeroPedido=123 \
--form lancarContas=S \
--form lancarEstoque=S{
"idNota": 123
}curl --request POST \
--url https://api.tiny.com.br/public-api/v3/notas/xml/fornecedor \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form xml='@example-file' \
--form numeroPedido=123 \
--form lancarContas=S \
--form lancarEstoque=S{
"idNota": 123
}