curl --request POST \
--url https://api.plurex.io/api/v1/hosts/query/GetPositionMode \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--data '
{
"accountId": "<string>",
"instrument": {
"base": "<string>",
"quote": "<string>",
"marketType": "<string>"
}
}
'