curl --location 'https://app.highperformr.ai/api/sources/' \
--header 'x-api-key: <api-key>'{
"data": {
"id": "src_li_inbound_01",
"type": "sources",
"attributes": {
"sourceType": "linkedinInbound",
"sourceIdentifier": "https://www.linkedin.com/in/jamie-rivera-example",
"sourceMeta": {
"socialName": "Jamie Rivera",
"socialHandle": "jamie-rivera-example",
"platformName": "linkedin",
"interactionType": "inbound"
},
"refreshStatus": "completed"
}
}
}