Authorization: Bearer ********************{
"url": "https://www.synswi.com",
"bearerToken": "123",
"accountId": "44214"
}curl --location --request POST 'https://api-dev.synswi.com/accounts/webhooks/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://www.synswi.com",
"bearerToken": "123",
"accountId": "44214"
}'{
"message": "string",
"webhook": {
"accountId": "string",
"url": "string",
"status": "string",
"createdAt": "string"
}
}