curl --request POST \
--url https://api.audiencelab.io/pixels \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"websiteName": "Test Site",
"websiteUrl": "https://test.com",
"webhookUrl": "https://hooks.example.com/pixel"
}
'