curl --location 'https://api.lead.springbolt.app/lead/resolution/linkedin_to_hem' \
--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_64a17cd62747017905c76aa06e98d5f4",
"status": "completed",
"requested_at": "2026-05-29T12:42:24.107Z",
"callback_url": "https://webhook.site/your-id"
},
"lead": {
"hashed_emails": [
{
"email": "40d8a52f7ba59aa94eed65876da6d249",
"type": "md5"
}
],
"linkedin_url": "linkedin.com/in/john-doe"
},
"payload": {
"email": "john@acme.com",
"callback_url": "https://webhook.site/your-id"
}
}