Chữ ký axios cho bài đăng là axios.post(url[, data[, config]])
. Vì vậy, bạn muốn gửi đối tượng params trong đối số thứ ba:
.post(`/mails/users/sendVerificationMail`, null, { params: {
mail,
firstname
}})
.then(response => response.status)
.catch(err => console.warn(err));
Thao tác này sẽ ĐĂNG một phần nội dung trống với hai tham số truy vấn: