Has anyone figured out how to work with the new API? I received a free key, I do 1v1 as per the instructions - it doesn’t work.
cmd = "curl --request GET 'https://api.apilayer.com/currency_data/convert?base=USD&symbols=EUR,GBP,JPY&amount=5&date=2018-01-01' \ --header 'apikey: KKKKEY'"
data = run(cmd, capture_output=True, shell=True)
data.stdout
b'{"message":"You cannot consume this service"}'