curl --location --request POST 'https://api.predict.fun/v1/oauth/orders/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"signer": "string",
"account": "string",
"signature": "string",
"data": {
"timestamp": 0,
"ids": [
"string"
]
}
}'{
"success": true
}