Getting bearer token in rest service

I have a rest service created and am trying to grab the submitted bearer token from the request.
Post man

code:
<cfreturn GetHTTPRequestData()>

response:
image

How do I pull out the bearer token?

Post man was overwriting the token. switched to no auto-authorization in postman and worked