Authorization: Bearer ********************{
"id": 2,
"name": "关于提倡XYZ讲话稿"
}curl --location --request PUT 'http://10.12.186.133:30924/zspt/write' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"name": "关于提倡XYZ讲话稿"
}'{
"code": 0,
"msg": null,
"data": true,
"ok": true
}