Get information of current user.
Request samples
curl --location --request GET 'https://dev.coinfer.ai/base/user' \
--header 'Authorization: Bearer {{token}}'
Responses
{
"status": "ok",
"data": {
"id": 0,
"username": "string",
"super": true,
"roles": [
"string"
]
}
}
Modified at 2025-02-14 07:00:18