curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_spot_exchange_rpc.InjectiveSpotExchangeRPC/StreamOrders \
--header 'Content-Type: application/json' \
--data '
{
"market_id": "<string>",
"subaccount_id": "<string>",
"order_side": "<string>",
"include_inactive": true
}
'