curl --location --request GET 'https://api.managem.co.uk/user/account' \
--header 'Authorization: Bearer <token>'{
"username": "string",
"name": "string",
"familyName": "string",
"profile": "string",
"emailAddress": "string",
"avatar": "http://example.com",
"cover": "http://example.com",
"suspended": true,
"local": true,
"connectedIdentities": [
{
"id": "string",
"issuer": "string",
"createdAt": "string"
}
]
}