curl --request POST \
--url https://api.roxom.com/v1/positions/set-tp-sl \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>' \
--data '
{
"instType": "perpetual",
"symbol": "<string>",
"tpSlMode": "partial",
"quantity": "<string>",
"stopLossLimitPrice": "<string>",
"stopLossTriggerPrice": "<string>",
"takeProfitLimitPrice": "<string>",
"takeProfitTriggerPrice": "<string>",
"unit": "sats"
}
'