Authorization: Bearer ********************{
"title": "string",
"cover": "string",
"status": "string",
"content": [
"string"
]
}curl --location --request POST 'https://ckbapi.quwanzhi.com/v1/kefu/content/material/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"cover": "string",
"status": "string",
"content": [
"string"
]
}'{}