curl -L \ --request POST \ --url 'https://api.zydon.com.br/api/sales/financials/{financial_id}/attachments?is_payment_billet=true' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: multipart/form-data' \ --form 'files=binary'
{ "id": "text", "is_payment_billet": true, "payment_billet_bar_code": "text", "payment_billet_qr_code": "text", "resource_files": [ { "id": "text", "fileName": "text" } ] }