{
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"keyword": "string",
"beginPage": 0,
"pageSize": 0,
"filter": "string",
"sort": "string",
"outMemberId": "string",
"priceStart": "string",
"priceEnd": "string",
"categoryId": 0,
"country": "string",
"snId": "string"
}curl --location --request POST 'https://buy.wanjingsc.com/openapi/cross-border/product/searchKeywordQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"keyword": "string",
"beginPage": 0,
"pageSize": 0,
"filter": "string",
"sort": "string",
"outMemberId": "string",
"priceStart": "string",
"priceEnd": "string",
"categoryId": 0,
"country": "string",
"snId": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"totalRecords": 0,
"totalPage": 0,
"pageSize": 0,
"currentPage": 0,
"data": [
{
"id": 2,
"imageUrl": "string",
"subject": "string",
"subjectTrans": "string",
"price": 0,
"topCategoryId": 1,
"secondCategoryId": 2,
"thirdCategoryId": 3,
"createDate": "2024-04-20 08:00:00",
"modifyDate": "2024-04-20 08:00:00"
}
]
},
"ok": true
}