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