Authorization: Bearer ********************curl --location --globoff '/api/web/system/v1/auth/access?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'x-type: user' \
--header 'Authorization: Bearer <token>'{
"code": 1,
"message": "string",
"data": {
"id": 0,
"username": "string",
"mobile": "string",
"email": "string",
"type": "string",
"is_enable": "string",
"disable_reason": "string",
"created_at": "string",
"updated_at": "string"
}
}