Authorization: ********************curl --location --request GET '/iapi/v1/pro/pointsmall/crm/product/getproductlist' \
--header 'Authorization: <api-key>'{
"items": [
{
"id": 0,
"code": "string",
"type": "1",
"price": 0,
"createTime": 0,
"updateTime": 0,
"detail": {
"lang": "string",
"name": "string",
"description": "string",
"imageUrl": "string"
}
}
],
"totalCount": 0,
"refreshedTotal": true
}