const response = await fetch('/v1/tickets', { method: 'POST', headers: { "Authorization": "Bearer Bearer", "Content-Type": "application/json" }, body: JSON.stringify({ "contactEmail": "text", "type": "BILLING", "subject": "text", "message": "text", "platformName": "text", "memberName": "text" }), }); const data = await response.json();