curl --request POST \
--url https://connect.pingback.com/v2/contacts \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"email": "example@email.com",
"origin": {
"url": "https://pingback.com",
"utmSource": "source"
},
"attributes": {
"name": "John Doe",
"phone": "+5531999999999"
}
}
'