in the terminal

set TOKEN=Bearer allthebest
when I use Get-Variable to confirm my input,
I get TOKEN=Bearer as the variable name and allthebest as the value.
I expect
TOKEN as the name and Bearer allthebest as the value.
in the terminal

set TOKEN=Bearer allthebest
when I use Get-Variable to confirm my input,
I get TOKEN=Bearer as the variable name and allthebest as the value.
I expect
TOKEN as the name and Bearer allthebest as the value.