curl --location --request GET '/adminapi/auth.admin/mySelf' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"account": "admin",
"name": "我是管理员",
"role_id": 1,
"disable": 0,
"multipoint_login": 0,
"avatar": "http://www.likeadmin.localhost/123123"
}
}