{
"key": "string",
"value": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/env' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "string",
"value": "string"
}'
{
"code": 200,
"message": "设置环境变量成功",
"data": {
"userPoolId": "59f86b4832eb28071bdd9214",
"key": "efwfw",
"createdAt": "2022-01-12T08:40:52.368Z",
"updatedAt": "2022-01-12T08:40:52.368Z",
"id": "61de941433713350ef990b8d"
}
}