Update webhook details
/sandbox/v1/updatewebhookaccount
Email address
Webhook url
Client Id
curl -L \ --request POST \ --url 'https://api.akibaone.com/sandbox/v1/updatewebhookaccount' \ --header 'Content-Type: application/json' \ --data '{ "email": "text", "callbackUrl": "text", "clientId": "text" }'
{ "id": "text", "email": "text", "callback_url": "text", "created_at": "2025-03-13T08:04:09.686Z" }