curl --location --request GET '/coupon/product?ids=' \ --header 'x-token: {{x-token}}'
{ "status": 0, "message": "string", "data": [ { "coupon_id": 0, "mer_id": 0, "is_timeout": 0, "start_time": "string", "end_time": "string", "is_limited": 0, "total_count": 0, "remain_count": 0, "title": "string", "coupon_price": "string", "use_min_price": "string", "coupon_type": 0, "coupon_time": 0, "use_start_time": "string", "use_end_time": "string", "sort": 0, "create_time": "string", "type": 0, "issue": {} } ] }