You have a some options to add authorization type:
1) Go headers tap and add => key: Authorization value:Bearer
2) Create collection > select authorization
3) click code and add headers
headers:
{
'Postman-Token': '55..',
'cache-control': 'no-cache',
'Authorization': 'Bearer eyJhbG...'
}