{ "payloadSignature": "string", "payload": { "ownerAddr": "string", "chainId": 1, "taskId": 0, "action": { "type": "Close", "slippage": 0, "maxGasProportion": 1 }, "condition": { "type": "Time", "timeAfterEpochSec": 1 }, "expiration": 1 } }
curl --location --request POST 'https://api.aperture.finance/updateTrigger' \ --header 'Content-Type: application/json' \ --data-raw '{ "payloadSignature": "string", "payload": { "ownerAddr": "string", "chainId": 1, "taskId": 0, "action": { "type": "Close", "slippage": 0, "maxGasProportion": 1 }, "condition": { "type": "Time", "timeAfterEpochSec": 1 }, "expiration": 1 } }'
{}