{ "id": 0, "catalogueId": 0, "experienceId": 0, "code": "string" }
curl --location 'https://your-api-server.com' \ --header 'Webhook-Signature;' \ --header 'Webhook-Verb: catalogue.entryCreated' \ --header 'Content-Type: application/json' \ --data '{ "id": 0, "catalogueId": 0, "experienceId": 0, "code": "string" }'
"string"