curl -L \ --request POST \ --url 'https://api.zydon.com.br/api/sales/orders/{order_id}/attachments' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: multipart/form-data' \ --form 'files=binary'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "type": "text" }