curl --location --request GET 'http://prod-cn.your-api-server.com/consoleapi/key-templates/61addba4-9ccb-4d28-9a1b-74447fe9e92a' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"name": "string",
"icon": "string",
"type": "string",
"fieldConfig": [
{
"name": "string",
"type": "string",
"required": true,
"placeholder": "string"
}
],
"isEnabled": true,
"sortOrder": 0,
"id": "string",
"createdAt": "string",
"updatedAt": "string"
},
"timestamp": 0
}