curl --location --request POST 'http://dev-cn.your-api-server.com/api/validation/v1/campaign/settings/create/' \
--header 'content-type: application/json' \
--data-raw '{
"date": {
"start": "2022-01-01T00:00:00.000Z",
"end": "2025-01-01T00:00:00.000Z"
},
"merchantNames": {
"skip": false,
"returnFromTheList": false
},
"productLineItems": {
"skip": false,
"totalPrice": {
"min": 0,
"max": 100
},
"quantity": {
"min": 0,
"max": 100
}
},
"productCodes": {
"skip": true,
"description": "Product codes for Sony LED TV"
},
"balanceOwing": {
"skip": false,
"max": 0
},
"fraudDetection": {
"allowSimilarityCheck": false
}
}'