Get a list of all available currencies
curl -L \ --url 'http://api.client.nbcgate.tech//currency'
{ "data": [ { "id": 1, "iso_int": 1, "iso_str": "text", "name": "text" } ] }