The Authorization header names the Bearer scheme.
The request asks for the profile path
The request line is parsed before the auth header is read.
GET /profile
Authorization starts with Bearer
The Authorization scheme row says Bearer.
scheme=Bearer
The Host row names api.example
The toy request stays on one pinned API host.
Host=api.example
Summary
The header has a scheme and then an opaque token.
Bearer header parsed