{
"thread":"thread-1111",
"task":"hdhhdhhhd",
"content":"hahahahha",
"status":1
}
curl --location --request POST 'http://localhost:18082/aigc/saveReport' \
--header 'Content-Type: application/json' \
--data-raw '{
"thread":"thread-1111",
"task":"hdhhdhhhd",
"content":"hahahahha",
"status":1
}'