{
"order": {
"platform": 2,
"appId": "com.example.app",
"region": "US",
"submitType": "RATE",
"days": [],
"installType": "24h",
"rates": [
10,
20
],
"rateType": 100
},
"orderId": null
}curl --location --request POST 'https://asoworld.com/openApi/Order/save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"order": {
"platform": 2,
"appId": "com.example.app",
"region": "US",
"submitType": "RATE",
"days": [],
"installType": "24h",
"rates": [
10,
20
],
"rateType": 100
},
"orderId": null
}'{
"P": {
"id": "ORD123456"
}
}