In this case it doesn't matter. Axios' API is the same.
{username: "test@gmail.com" , password:"23423"} , I want to request by using axios.get() for getting data . how can i implement this ?; axios.get(${URL},userdata).then(({ data }) => {
console.log(data); }); i got error