curl --location '/api/v1/aigc/chat/generate' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "string",
"model": "string",
"sessionId": "string",
"parentId": 0,
"temperature": 0,
"topP": 0,
"thinkingEnabled": true,
"searchEnabled": true
}'{
"code": 0,
"msg": "ok",
"data": "string"
}