curl --request POST \
--url https://demo-api.mobula.io/api/2/perp/payloads/edit-order \
--header 'Content-Type: application/json' \
--data '
{
"timestamp": 123,
"signature": "<string>",
"dex": "gains",
"chainId": "<string>",
"marketId": "<string>",
"positionId": "<string>",
"newTp": 123,
"newSl": 123
}
'