I am using Axios
to fetch data from API. From one page I am sending data through URL to another page which I want to use on another page.
http://localhost:3000/otp?email=test.k@gmail.com
I want to get the value of email. In reacting project I am using react-router-dom, Axios, hooks.