curl -L \ --request POST \ --url 'https://api.zydon.com.br/api/sales/orders/{id}/invoices?invoice_key=text' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: multipart/form-data' \ --form 'xml=binary' \ --form 'pdf=binary'
{ "invoice_key": "text", "xml_resource_id": "123e4567-e89b-12d3-a456-426614174000", "danfe_resource_id": "123e4567-e89b-12d3-a456-426614174000" }