curl --location 'https://api.kabonshare.com/api/auth/linkedin/connect-account' \
--header 'Content-Type: application/json' \
--data '{
"organizationId": "string",
"workspaceId": "string"
}'{
"status": true,
"message": "string",
"data": {
"_id": "string",
"platform": "instagram",
"platformUserId": "string",
"platformUsername": "string",
"displayName": "string",
"profileImage": "string",
"workspace": "string",
"expiresAt": "2019-08-24T14:15:22.123Z",
"connectedAt": "2019-08-24T14:15:22.123Z",
"lastUsedAt": "2019-08-24T14:15:22.123Z"
}
}