Applies a stored authentication token to the default request headers.
Retrieves a token from storage and sets the Authorization header to Bearer <token>.
Bearer <token>
User type identifier (e.g., "standard_user", "admin")
Background: Given I k6 am authenticated as a "standard_user" Copy
Background: Given I k6 am authenticated as a "standard_user"
Applies a stored authentication token to the default request headers.
Retrieves a token from storage and sets the Authorization header to
Bearer <token>.