OK
const response = await fetch('https://api.zydon.com.br/api/sales/measure-units/{id}/description', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "description": "text" }