Attachment(s) add successfully
const response = await fetch('https://api.zydon.com.br/api/sales/orders/{order_id}/attachments', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "multipart/form-data" }, body: JSON.stringify({ "files": [ "binary" ] }), }); const data = await response.json();
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "type": "text" }