curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_portfolio_rpc.InjectivePortfolioRPC/StreamAccountPortfolio \
--header 'Content-Type: application/json' \
--data '
{
"account_address": "<string>",
"subaccount_id": "<string>",
"type": "<string>"
}
'