curl --location --request GET 'http://localhost:8000//api/auth/user-info/' \
--header 'Cookie: access_token='
{
"result": true,
"message": "successfully",
"data": [
{
"id": 22,
"nickname": "Ada Vandervort",
"email": "guillermo97@hotmail.com",
"last_login": "2025-08-25T08:10:54.653072Z",
"income": 7,
"expense": 443
}
]
}