cURL
curl --request GET \ --url https://api.example.com/health/test-auth-request \ --header 'Authorization: Bearer <token>'
"<unknown>"
JWT token obtained from AWS Cognito or custom authentication service
Request is authenticated!