curl --location --request GET '/list-accounts' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"providerId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"accountId": "string",
"scopes": [
"string"
]
}
]