curl -L \ --url 'https://api.zydon.com.br/api/sales/coupons/automatic?partnerId=text&itemsQuantity=1&itemsValue=1' \ --header 'Authorization: Bearer JWT'
{ "order_value": { "id": "text", "name": "text", "value_type": "MONETARY", "value": 1 }, "free_shipping": { "id": "text", "name": "text" } }