curl --location --request GET 'https://sso.gameown.io/api/auth/@' \
--header 'Authorization: Bearer '
{
"id": 1,
"email": "kevin@rct.ai",
"identifier": "f3806ab7-eb3e-4bd7-baeb-5edb55e4c3f0",
"role": {
"role": "admin",
"isStaff": true
},
"access": {
"whitelist": {
"authorized": true,
"attributes": {
"isWhitelisted": false,
"isStaff": true,
"isOpen": false
}
},
"earlyAccess": {
"authorized": true,
"attributes": {
"isEATester": false,
"isStaff": true,
"isOpen": true
}
}
},
"wallets": {
"ethWallet": null
},
"createdAt": "2022-04-24T11:16:32.000Z",
"updatedAt": "2022-05-06T08:19:31.000Z"
}