Authorization: Bearer ********************{
"name": "测试内容库",
"friends": ["1", "2"],
"groups": ["1"],
"keywordInclude": ["关键词1", "关键词2"],
"keywordExclude": ["排除1", "排除2"],
"aiEnabled": 1,
"aiPrompt": "AI提示词",
"timeEnabled": 1,
"startTime": "2024-03-01",
"endTime": "2024-03-31",
"status": 1
}curl --location --request POST 'https://ckbapi.quwanzhi.com/v1/content/library/create?name=111' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "测试内容库",
"friends": ["1", "2"],
"groups": ["1"],
"keywordInclude": ["关键词1", "关键词2"],
"keywordExclude": ["排除1", "排除2"],
"aiEnabled": 1,
"aiPrompt": "AI提示词",
"timeEnabled": 1,
"startTime": "2024-03-01",
"endTime": "2024-03-31",
"status": 1
}'{}