curl --location --request GET 'https://dev.coinfer.ai/base/user' \
--header 'Authorization: Bearer {{token}}'{
"status": "ok",
"data": {
"id": 0,
"username": "string",
"super": true,
"roles": [
"string"
]
}
}