I need to send a user and password via curl in txt, it's just for testing, for example
curl -v -H "Accept: application / json" -H "Content-type: application / json" link
I want to pass the user and password in this query, someone can help
GET, I need to pass the parameters because a method will consult the bank and see if it is valid.