Created
March 31, 2025 19:03
-
-
Save creativedrewy/e8166d1f4e9f3a60b72a8c15d1026edc to your computer and use it in GitHub Desktop.
Simulate API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"usd_conversions": [ | |
{ | |
"name": "INR", | |
"rate": 80.0 | |
}, | |
{ | |
"name": "EUR", | |
"rate": 0.92 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment