The issue is happening because you are sending the request within the forEach loop, you need to send the request after the forEach loop, ...
確定! 回上一頁