login=your_username password=your_password && token=$(curl -s GET "https://api.copper.org/CDA-API/auth/token?login=$login&password=$password" -H "accept: text/plain") && echo $token