const response = await fetch('/v1/payouts/add', { method: 'POST', headers: { "Authorization": "Bearer Bearer", "Content-Type": "application/json" }, body: JSON.stringify({ "type": "free", "name": "text" }), }); const data = await response.json();