Thanks to visit codestin.com Credit goes to developer.supernotes.app
cURL
curl --request PUT \ --url https://api.supernotes.app/v1/webhooks/{webhook_id} \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "enabled": true } '
{ "id": 123, "url": "<string>", "enabled": true, "last_response_code": 123, "last_response_body": "<unknown>" }
2048
Successful Response