curl --location --request POST 'https://api.flireo.com/api/v1/campaigns//leads' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "+31612345678",
"variables": {
"name": "John",
"company": "Acme"
}
}'{
"lead": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"campaign_id": "78614b6c-fe7c-41e2-8e25-c9b3a3c91904",
"phone_number": "+31612345678",
"variables": {
"name": "John",
"company": "Acme Corp"
},
"status": "pending",
"call_id": "0d0a16ab-a508-4d58-bf24-5dc3cb248f3e",
"attempts": 0,
"last_attempt_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
}