podmall.customization.itemsconfig/api/podmall/mall/customization/items.json2。{
"current": 1,
"pageSize": 20,
"keyword": "string",
"categoryId": 0,
"fulfillerId": 0
}curl --location '/v4/gateway/podmall.customization.items' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"pageSize": 20,
"keyword": "string",
"categoryId": 0,
"fulfillerId": 0
}'{
"status": 0,
"success": true,
"data": {
"total": 0,
"list": [
null
]
}
}