Create webhook account.
Email address
Webhook url
Client Id
Id
const response = await fetch('https://api.akibaone.com/sandbox/v1/createwebhookaccount', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text" }