curl --location --request GET '/tenantapi/key.keyPool/moduleList' \ --header 'Token: {{token}}'
{ "code": 0, "show": 0, "msg": "string", "data": { "1": "string", "2": "string", "3": "string" } }