cURL
curl --request POST \ --url http://localhost:8000/api/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": "<array>" } '
JWT token from login. Use: Authorization: Bearer <token>
Created