{
"search": {
"spu": "",
"sku": ""
},
"pageReqired": true,
"limit": 50,
"offset": 0,
"sort": ""
}curl --location --request POST 'http://localhost/sale-publish-shopee/shopeeBiddingSkuBasicInfo' \
--header 'Authorization: erp-usermgt-n-token:eyJhbGciOiJIUzUxMiJ9.eyJqdGkiOiIxODI2ODAiLCJzdWIiOiIxODI2ODAiLCJpc3MiOiJaU1RELU5FVyIsImlhdCI6MTcyNjYyMjc2MX0.xFQK8jvjI-t1UV19tgI4ehe4akkfuy9BEhnQ5RdJznZCh1ZrgfD7DVzyxCDlviUqei4Cpb0snd6qZML-kZSQBQ' \
--header 'Username: 182680' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": {
"spu": "",
"sku": ""
},
"pageReqired": true,
"limit": 50,
"offset": 0,
"sort": ""
}'{
"success": false,
"businessId": 0,
"result": {
"id": 0,
"spu": "",
"sku": "",
"biddingKeyword": "",
"minGrossMarginRate": 0.0,
"importTime": "",
"createdAt": "",
"createdBy": "",
"updatedAt": "",
"updatedBy": ""
},
"errorMsg": "",
"total": 0,
"totalPages": 0,
"rows": [
{
"id": 0,
"spu": "",
"sku": "",
"biddingKeyword": "",
"minGrossMarginRate": 0.0,
"importTime": "",
"createdAt": "",
"createdBy": "",
"updatedAt": "",
"updatedBy": ""
}
]
}