Create webhook account.
/sandbox/v1/createwebhookaccount
Email address
Webhook url
Client Id
curl -L \ --request POST \ --url 'https://api.akibaone.com/sandbox/v1/createwebhookaccount' \ --header 'Content-Type: application/json' \ --data '{ "email": "text", "callbackUrl": "text", "clientId": "text" }'
{ "id": "text" }