cURL
curl --request GET \ --url https://api.example.com/api/shared/profile-info \ --header 'Authorization: Bearer <token>'
{ "id": 123 }
JWT token obtained from AWS Cognito or custom authentication service
Profile ID.