curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/StreamPositionsV2 \
--header 'Content-Type: application/json' \
--data '
{
"subaccount_id": "<string>",
"market_id": "<string>",
"market_ids": [
{}
],
"subaccount_ids": [
{}
],
"account_address": "<string>"
}
'