Greenthum project document
Authorization: Bearer ********************{
"title": "string",
"content": "string"
}curl --location --request PUT '/api/admin//knowledgeResources' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"content": "string"
}'{
"title": "string",
"content": "string"
}