curl --request POST \
--url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/api/v1beta1/cancel_replace_order_list \
--header 'Content-Type: application/json' \
--data '
{
"requests": [
{
"all_or_none": true,
"best_limit": true,
"clord_id": "<string>",
"good_till_time": "2023-11-07T05:31:56Z",
"immediately_executable_limit": true,
"manual_order_indicator": "MANUAL_ORDER_INDICATOR_UNDEFINED",
"min_qty": "<string>",
"order_id": "<string>",
"order_qty": "<string>",
"participate_dont_initiate": true,
"price": "<string>",
"stop_price": "<string>",
"strict_limit": true,
"symbol": "<string>",
"symbol_sub_type": "<string>",
"time_in_force": "TIME_IN_FORCE_UNDEFINED"
}
]
}
'