[TOC] ① Store API Accessible by Roles/Users For example, Use List<ApiPermission> to store the authorized API list for the role. Optional. Authorized APIs can also be stored in the Token, which can solely contain role information and user identity informa…

