curl --request POST \
--url https://api.comm.com/api/v1/webhooks/conversion-pixel \
--header 'Content-Type: application/json' \
--data '
{
"object_type": "sms_campaign",
"event_type": "click",
"object_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"phone_number": "<string>",
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ip": "<string>",
"user_agent": "<string>",
"country_code": "<string>",
"event_profit": 123
}
'