curl --location --request GET 'https://admin-api.wannanbigpig.com/admin/v1/auth/check-token' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"cost": "3.2ms",
"data": {
"result": true
},
"msg": "OK",
"request_id": "req_20260423_0001"
}