{
"fonts": [
{
"name": "Arail",
"style": [
"Normal",
"Bold",
"Italic",
"BoldItalic"
],
"file": [
"arail.ttf",
"arailb.ttf",
"araili.ttf",
"araibil.ttf"
]
}
]
}curl --location --request PUT 'http://192.168.0.220:12000/terminal/core/v1/font/delete' \
--header 'Authorization;' \
--header 'Authorization: "token": "1766750047679tzKSIsromDRgY7hHsgCbiw==",' \
--header 'Content-Type: application/json' \
--data-raw '{
"fonts": [
{
"name": "Arail",
"style": [
"Normal",
"Bold",
"Italic",
"BoldItalic"
],
"file": [
"arail.ttf",
"arailb.ttf",
"araili.ttf",
"araibil.ttf"
]
}
]
}'{
"code": 0,
"message": "success"
}