Authorization: Bearer ********************
{
"name": "党会演讲",
"desc": "党会的流程与模板"
}
curl --location --request POST 'http://10.12.186.133:30924/zspt/write/dict' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "党会演讲",
"desc": "党会的流程与模板"
}'
{
"code": 0,
"msg": null,
"data": true,
"ok": true
}