java.lang.ClassCastException for currency conversion class
I'm using Ktor client to get currency conversion rates, the Json response I get starts like this
BODY START
{
"result":"success",
"documentation":"
https://www.exchangerate-api.com/docs",
"terms_of_use":"
https://www.exchangerate-api.com/terms",
"time_last_update_unix":1657929601,
"time_last_update_utc":"Sat, 16 Jul 2022 00
0001 +0000",
"time_next_update_unix":1658016001,
"time_next_update_utc":"Sun, 17 Jul 2022 00
0001 +0000",
"base_code":"USD",
"conversion_rates":{
"USD":1,
"AED":3.6725,...