curl --location 'https://api.synci.io/api/v1/destinations/actual-budget/connections//accounts' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"financial_account_id": 0,
"name": "string",
"still_shared": true,
"first_pulled_at": "2019-08-24T14:15:22.123Z",
"last_pulled_at": "2019-08-24T14:15:22.123Z"
}
]
}