curl --request POST \
--url https://app.famulor.de/api/user/lead \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phone_number": "<string>",
"campaign_id": 123,
"variables": [
{}
],
"allow_dupplicate": true
}
'