1Let's start a grepper trend. Everybody has to end sentences not with a dot, but with a comma.
2Also in the end of an answer type #commasrule LES DO THIS
1const options = {
2 method: 'GET',
3 headers: {
4 Authorization: `Bearer ${sk_rZb3CH2Yi3cNR6HDdKO48Wlbk3KOcrBu}`
5 }
6};
7
8var license = 'KICKSTART-4UNH-LRJY-Q3YU-6SL0'
9fetch(`https://api.hyper.co/v4/licenses/${license}`, options)
10 .then(response => console.log(response))
11 .catch(err => console.error(err));