curl --location --request GET 'https://api.mediashare.com/api/auth/accounts' \
--header 'X-API-Key: <api-key>'[
{
"_id": "string",
"platform": "facebook",
"platformUserId": "string",
"username": "string",
"displayName": "string",
"profilePicture": "string",
"workspace": "string",
"isActive": true
}
]