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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
Currency alphabetic code