Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//social/connections' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "string",
"platform": "string",
"handle": "string",
"followers": 0,
"posts_count": 0,
"status": "string",
"last_synced_at": "string"
}
],
"message": "string"
}