curl --location --request POST 'https://api.predict.fun/v1/orders/remove' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"ids": [
"string"
]
}
}'{
"success": true,
"removed": [
"string"
],
"noop": [
"string"
]
}