curl --location 'https://api.lead.springbolt.app/lead/resolution/linkedin_to_phone' \
--header 'Content-Type: application/json' \
--data '{
"linkedin_url": "https://www.linkedin.com/in/john-doe",
"callback_url": "https://webhook.site/your-id"
}'{
"success": true,
"message": "Resolution successfully completed!",
"resolution": {
"id": "res_4995Mdc8cM4221Ma290Mbc9b9144bb5c",
"status": "completed",
"requested_at": "2026-05-29T12:39:17.853Z",
"callback_url": "https://webhook.site/your-id"
},
"lead": {
"phone": "+11234567890"
},
"payload": {
"linkedin_url": "linkedin.com/in/john-doe",
"callback_url": "https://webhook.site/your-id"
}
}