Authorization: Bearer ********************curl --location --request GET 'http://admindemo.zuxing.net/admin/api/v1/menus/form/?id' \
--header 'Authorization: Bearer <token>'{
    "result": 0,
    "data": {
        "id": 0,
        "parentId": 0,
        "name": "",
        "type": "",
        "path": "",
        "component": "",
        "perm": "",
        "visible": 0,
        "sort": 0,
        "icon": "",
        "redirect": "",
        "alwaysShow": 0,
        "keepAlive": 0
    }
}