http post : http://localhost:8080/api/satisfaction/score 填寫一筆: request body: { "appointmentId": 67, "score":4 } response body: { "id": 3, "customerId": 2, "agentNo": "admin", "status": "UNFILLED", "score": 4 } ===================================================== 填寫多筆滿意度: http post : http://localhost:8080/api/satisfaction/score/all request body: [{ "appointmentId": 67, "score":4 }] response body: [{ "id": 3, "customerId": 2, "agentNo": "admin", "status": "UNFILLED", "score": 4 }]