curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_spot_exchange_rpc.InjectiveSpotExchangeRPC/StreamTradesV2 \
--header 'Content-Type: application/json' \
--data '
{
"market_id": "<string>",
"subaccount_id": "<string>",
"execution_side": "<string>",
"direction": "<string>",
"subaccount_ids": [
{}
]
}
'