curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_oracle_rpc.InjectiveOracleRpc/Price \
--header 'Content-Type: application/json' \
--data '
{
"base_symbol": "<string>",
"quote_symbol": "<string>",
"oracle_type": "<string>",
"oracle_scale_factor": 123
}
'