I’m using Postman v7.25.0
, and I’m trying to set an Authorization header to that of Token **************
as opposed to Bearer **************
. I have tried to manually remove Bearer
from the header, but that doesn’t work. From the Type drop menu under the Authorization tab, there is no other option but Bearer Token
.
How can I change the type to accommodate the type of Authorization I’m trying to accomplish? Once again, I’m aiming for Authorization: Token **************************
.