http post: http://localhost:8080/api/consultant/fastQuery request body: { "gender": "female", "communicationStyles": [], "avgScore": 4, "status": "online", "seniority": "SENIOR" // "資深"帶"SENIOR"、"年輕"帶"YOUNG"、"不限"帶"UNLIMITED" } response body: [ { "agentNo": "12345", "name": "測試推薦業務員", "img": "", "expertise": [ "財務規劃", "資產轉移" ], "avgScore": 4.7, "contactStatus": null, "updateTime": null, "seniority": "4年2個月", "role": "台名保險經紀人", "new": false, "latestAppointmentId": null }, { "agentNo": "12346", "name": "測試業務員", "img": "", "expertise": [ "資產轉移", "節稅", "樂活退休" ], "avgScore": 3.8, "contactStatus": null, "updateTime": null, "seniority": "2年3個月", "role": "台名保險經紀人", "new": false, "latestAppointmentId": null } ]