curl --location --request GET 'https://apigw.klinkcx.com/api/v1/contacts/social-platform?socialPlatformId&channelType' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "contact",
"data": [
{
"id": "...",
"createdAt": "2025-02-28T07:35:02.659Z",
"updatedAt": "2025-02-28T07:35:03.978Z",
"deletedAt": null,
"name": "Nway",
"address": null,
"channel": "facebook_feed",
"notes": null,
"contactNumber": "15879",
"contactProfile": "...",
"socialProfileUrl": "...",
"companyId": null
}
]
}