### 登录 详细使用 https://www.jetbrains.com/help/idea/testing-restful-web-services.html、https://www.cnblogs.com/crazymakercircle/p/14317222.html ### 对话 - 创建对话 POST {{baseUrl}}/ai/chat/conversation/create Content-Type: application/json Authorization: {{token}} { "chatType": "userChat" } ### 对话 - id获取 GET {{baseUrl}}/ai/chat/conversation/1781604279872581644 Authorization: {{token}} ### 对话 - id获取 DELETE {{baseUrl}}/ai/chat/conversation/1781604279872581644 Authorization: {{token}}