curl --request PATCH \
--url https://api.shuriken.trade/api/v2/perp/order \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"coin": "<string>",
"isBuy": true,
"limitPx": "<string>",
"sz": "<string>",
"walletId": "<string>",
"cloid": "<string>",
"newCloid": "<string>",
"oid": 1,
"orderType": "<string>"
}
'