powerful-orange-86819
01/20/2023, 12:56 PMjs
const request = {
method: "POST",
url: "example.org",
headers: {
Authorization: `Bearer ${token}`,
},
}
Is there a better more cleaner way to add a Bearer token without string interpolation?