const response = await fetch('/v1/items/all/payout/count/{payoutId}', { method: 'GET', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();