As you all know tokens can be very long strings and become a hassle to copy and past over and over.
How can I store the token string as a variable and call it when I need it in cURL
example
token: "ABCDefG"
I want to be able to call something like:
curl -L --silent --header "Authorization: GoogleLogin auth=${token}"