got bearer auth code example
Example: got bearer auth
const options = {
headers: {
'Authorization' : 'Bearer yourtoken'
}
};
const options = {
headers: {
'Authorization' : 'Bearer yourtoken'
}
};