Calculating shipping rates using Ajax API returns results in a store's currency

Hey team! We are currently using Shopify Ajax API to calculate shipping rates as described here https://shopify.dev/docs/api/ajax/reference/cart#generate-shipping-rates. The issue we are currently encountering is related to the presentation of shipping rates in another currency. For example we create a cart using https://shopify.dev/docs/api/ajax/reference/cart#post-locale-cart-add-js and additionally provide param ?country={countryCode} to localize our cart which in turn changes the cart currency from USD to EUR if country is Germany (DE), all rates are in EUR currency except shipping rates. Is there any possible flag we can provide to POST /cart/prepare_shipping_rates.json? or GET /cart/async_shipping_rates.json? to get shipping rates in desired currency?