Authorization: Bearer ********************
{
"phone": "79998880055",
"email": "example@mail.com",
"name": "John Doe",
"city": "New York",
"utmParams": {
"utm_source": "google",
"utm_medium": "cpc",
"utm_campaign": "spring_sale"
},
"extraFields": {
"custom_field1": "Value 1",
"custom_field2": "Value 2"
}
}
curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/leads/webhook' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "79998880055",
"email": "example@mail.com",
"name": "John Doe",
"city": "New York",
"utmParams": {
"utm_source": "google",
"utm_medium": "cpc",
"utm_campaign": "spring_sale"
},
"extraFields": {
"custom_field1": "Value 1",
"custom_field2": "Value 2"
}
}'
{}