Authorization: Bearer ********************
curl --location --request GET 'https://s.hancel.org/api/auth/profile'
{
"data": {
"id": "d50b2f04-ee0d-4e21-b2c5-005da3f8def0",
"createdAt": 1680402588139,
"updatedAt": 1680402588140,
"username": "imlinhanchao",
"nickname": "我是跳跳吧",
"password": "******",
"email": "hancel@test.com"
},
"code": 0,
"message": "ok"
}