How I can change "Authorization" to "access_token"

Hi, can anybody help me how to edit the yellow highlight to text: access_token

If you see in the picture, i do manually add header access_token, and use variable ACCESS_TOKEN (this value we manually pasted from the Authorization tab access token)

Note: Authorization used: Inherit auth from parent.

Iโ€™m succeed setup OAuth 2.0 PKCE

Thank.

You canโ€™t. If you are using the authorization helpers they confirm to the OAuth 2.0 standards which is to add the token to the Authorization header.

Are you sure this is correct, as Iโ€™ve never seen an API that requires a header called access_token.

Do you have the API specification that you are trying to implement?