curl --location 'https://api.demo.getontop.com/webhooks/events \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxx' \
--data '{
    "event_type": "KYC" 
}'

Language
Click Try It! to start a request and see the response here!