Can anyone help to get the Json on Postman. I used cURL and it works, but I couldn't make Postman to work

Hey guys,

I am a newbie on APIs, I have the code below on cURL and Jquery, I could get the curl to work on git Bash. I wonder how it works on Postman.

so this is a link after I used Postman, but I am getting some HTML and not the Json.
(https://www.toshiba.com/tic/api/products?********************)

var settings = {
“async”: true,
“crossDomain”: true,
“url”: “https://www.toshiba.com/tic/api/products”,
“method”: “GET”,
“headers”: {
“Authorization”: “********************”,
“cache-control”: “no-cache”
}
}

I got that to work, I didn’t know Authorization is the username…lol