`success` will provide an array of influencer detail objects for all the twitter ids that worked
`failure` will return back an array of all the twitter ids that failed.
{
"data": {
"success": [
{influencer_details},
{influencer_Details}
],
"failure": [
"1",
"2"
]
}
}