Modules\System\Http\Controllers\Admin\Integration\Ai\AiKnowledgeController::statusAuthorization: Bearer ********************{
"id": 0,
"module": "string",
"source_type": "string",
"source_id": 0,
"title": "string",
"content": "string",
"status": 0
}curl --location '/adminapi/system/ai/knowledge/status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"module": "string",
"source_type": "string",
"source_id": 0,
"title": "string",
"content": "string",
"status": 0
}'{
"code": 200,
"message": "",
"data": null
}