curl --location --request GET 'https://core.authing.cn/api/v2/env' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214'
{
"code": 200,
"message": "获取环境变量列表成功",
"data": [
{
"id": "61de941433713350ef990b8d",
"createdAt": "2022-01-12T08:40:52.368Z",
"updatedAt": "2022-01-12T08:40:52.368Z",
"userPoolId": "59f86b4832eb28071bdd9214",
"key": "efwfw",
"value": "ngwe"
}
]
}