curl --location -g --request GET '/api/web/system/v1/auth/access?token&_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'Authorization: Beare {{_token}}' \
--header 'x-type: user'{
    "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"
    }
}