{ "user_id":1, "content":"蓝山" }
curl --location --request GET 'http://localhost:8888/document/search' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id":1, "content":"蓝山" }'
{"code":20000,"info":"OK","data":[{"id":3,"title":"火焰之狐","is_private":true,"create_at":"0001-01-01T00:00:00Z","update_at":"2025-01-27T07:57:13.68Z"}]}