Update webhook details
Email address
Webhook url
Client Id
Id
Dated created
const response = await fetch('https://api.akibaone.com/sandbox/v1/updatewebhookaccount', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "email": "text", "callback_url": "text", "created_at": "2025-02-02T02:25:26.422Z" }