curl --location -g --request GET 'https://staging.api.adlyft.otomatika.net/api/v1/connections/team/' \
--header 'x-api-key: ' \
--header 'Authorization: Bearer <token>'{
"success": true,
"count": 0,
"data": [
{
"id": "string",
"platform": "string",
"adsAccounts": [
{
"adsAccount": {
"id": "string",
"accountName": "string",
"accountId": "string"
}
}
]
}
]
}