I am trying to implement a frontend in axios for a backend that gives frontend example in curl. What would the axios equivalent of the following be? I am not sure how to represent the -u flag.
curl -X POST http://0.0.0.0:9000/auth -i -u test@example.com:123456