Retrieved successfully
const response = await fetch('https://api.zydon.com.br/api/sales/products/search/status', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "name": "text", "type": "HEALTH", "size": 0, "count": 0 }