curl --location --request POST 'https://api.predict.fun/v1/orders' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data ''{
"success": true,
"data": {
"code": "string",
"orderId": "string",
"orderHash": "string",
"removalLockedUntil": "string"
}
}