curl --location --request GET '185.252.233.246/api/auth/accounts?workspace' \
--header 'X-API-Key: <api-key>'{
"accounts": [
{
"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"
}
]
}