curl --location --request GET 'http://prod-cn.your-api-server.com/typeface'
{
"code": 0,
"data": [
{
"id": 0,
"key": "string",
"name": "string"
}
],
"message": "string",
"ok": true
}