##POST接口
### 文章流式输出接口
    请使用 post /stream/article.stream 请求数据

### 1. 生成文章,流式输出
    # 参数
    - keyword_id    - int       - 关键词ID
    - question      - string    - 问题
    - template      - string    - 模版| brand 品牌宣传 | ranking 排名文章 | product_service 产品文章 | industry_qa 行业问答文章
    - ai_models_id  - int       - ai模型id
    # 返回
    {"code":0,"msg":"","data":{"content":"压","reasoning_content":""}}
    {"code":1001,"msg":"关键词不能为空","data":null}