curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/Positions \
--header 'Content-Type: application/json' \
--data '
{
"subaccount_id": "<string>",
"market_id": "<string>",
"skip": 123,
"limit": 123,
"start_time": 123,
"end_time": 123,
"market_ids": [
{}
],
"direction": "<string>",
"subaccount_total_positions": true,
"account_address": "<string>"
}
'