curl --location --request POST '/coupon' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"coupon_title": "不限量优惠券",
"coupon_price": "25.05",
"use_min_price": "50.00",
"coupon_time": 3,
"start_use_time": 0,
"end_use_time": 0,
"start_time": 0,
"end_time": 0,
"receive_type": 1,
"total_count": 0,
"status": 0
}'