curl --location 'https://web.richen8.cn/api/v1/exchange-goods/list?exchange_goods_type=undefined&page=undefined&page_size=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3ODAxNDI2MDUsImlhdCI6MTc3NzU1MDYwNSwianRpIjoiYWRjZDdlMjEtNDk4YS00OTYzLWEwMjktNDY1NTA1MmU3MzYyIiwidXNlcl9pZCI6MTEyfQ.59JzeJ5wViprpWtxWcp9yNB9VRXZVfYyO2Ya_enLEUc'{
"code": 0,
"message": "success",
"data": {
"user_bean_balance": 0,
"total": 0,
"page": 0,
"page_size": 0,
"total_page": 0,
"goods_list": [
{
"id": 0,
"goods_name": "string",
"goods_desc": "string",
"goods_type_id": 0,
"goods_type_name": "string",
"asset_type_id": 0,
"asset_type_name": "string",
"asset_amount": 0,
"total_quantity": 0,
"remaining_quantity": 0,
"is_hot": true,
"image_url": "string",
"coupon_face_value": 0,
"coupon_min_order_amount": 0
}
]
}
}