cURL
curl --request GET \ --url https://api.example.com/api/assignees/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "email": "<string>" }
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this user.