put https://www.keycafe.com/v0/webhook/
Edit a webhook with a PUT request to the endpoint with the webhook ID.
The post body should contain the data to be updated as a JSON object:
{
"url": "https://www.example.com/webhook-test",
"username": "username",
"password": "password"
}
Returns the webhook object if the update succeeded.