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