query: 查询建议列表(字符串数组){
"code": 200,
"router": "/api/u1/v1/tiktok/ads/get_query_suggestions",
"params": {
"count": "50",
"scenario": "1"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"query": [
"shop now",
"50% off"
]
}
}
}query: Query suggestions list (string array){
"code": 200,
"router": "/api/u1/v1/tiktok/ads/get_query_suggestions",
"params": {
"count": "50",
"scenario": "1"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"query": [
"shop now",
"50% off"
]
}
}
}Authorization: Bearer ********************{
"count": 50,
"scenario": 1,
"country_code": "US"
}curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/ads/get_query_suggestions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"count": 50,
"scenario": 1,
"country_code": "US"
}'{}