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