{
"param": {
"submitType": "AUTO_KEYWORD",
"orders": [
{
"platform": 2,
"appId": "333903271",
"region": "US",
"days": [
[
{
"word": "game",
"count": 10,
"searchWord": "gam"
}
]
],
"installType": "24h",
"origin": 0
},
{
"platform": 2,
"appId": "333903271",
"region": "US",
"days": [
[
{
"word": "puzzle",
"count": 10,
"searchWord": "puz"
},
{
"word": "gaming",
"count": 10,
"searchWord": "gam"
}
]
],
"installType": "24h",
"origin": 0
}
]
}
}curl --location --request POST 'https://asoworld.com/openApi/Order/batchSaveAutoSuggestionOrder' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"submitType": "AUTO_KEYWORD",
"orders": [
{
"platform": 2,
"appId": "333903271",
"region": "US",
"days": [
[
{
"word": "game",
"count": 10,
"searchWord": "gam"
}
]
],
"installType": "24h",
"origin": 0
},
{
"platform": 2,
"appId": "333903271",
"region": "US",
"days": [
[
{
"word": "puzzle",
"count": 10,
"searchWord": "puz"
},
{
"word": "gaming",
"count": 10,
"searchWord": "gam"
}
]
],
"installType": "24h",
"origin": 0
}
]
}
}'{
"P": {
"id": [
"ORD123456",
"ORD123457"
]
}
}