curl --request GET \
--url http://localhost/api/api/currency/{alphabetic_code} \
--header 'Authorization: Bearer <token>'{
"currency": "<string>",
"alphabetic_code": "<string>",
"active_indicator": true,
"numeric_code": "<string>"
}curl --request GET \
--url http://localhost/api/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