Calculate implied future price
curl -L \ --url 'https://beta.usemoon.ai//allora/implied-future-price?currentPrice=1&logReturn=1' \ --header 'Authorization: text'
{ "data": { "impliedFuturePrice": 1 }, "message": "text", "success": true }