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