curl --location --request POST '/tenantapi/key.keyPool/add' \
--data-urlencode 'type=1' \
--data-urlencode 'key=9XfLMWPCHCnO9mrg9w1gjHeg2c' \
--data-urlencode 'status=1'
{
"code": 0,
"show": 0,
"msg": "string",
"data": [
"string"
]
}