callback_url.curl --location --request POST 'https://api.lead.springbolt.app/lead/resolution/linkedin_to_phone' \
--header 'Content-Type: application/json' \
--data-raw '{
"linkedin_url": "https://www.linkedin.com/in/john-doe",
"callback_url": "https://www.example.com/resolution"
}'{
"data": true,
"message": "The resolution has started. We will send the result to the callback URL you provided on completion."
}