cURL
curl --request GET \ --url https://api.example.com/api/currency/{alphabetic_code} \ --header 'Authorization: Bearer <token>'
{ "currency": "<string>", "alphabetic_code": "<string>", "active_indicator": true, "numeric_code": "<string>" }
JWT token obtained from AWS Cognito or custom authentication service
Currency alphabetic code
65
3