Authorization: Bearer ********************{
"id": 0,
"title": "string",
"num": 0,
"discount": 0,
"min": 0,
"status": 0,
"type": 0,
"expireTime": "string"
}curl --location --request PUT 'http://localhost:81/shop/coupon' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"num": 0,
"discount": 0,
"min": 0,
"status": 0,
"type": 0,
"expireTime": "string"
}'{
"code": 0,
"msg": "",
"data": false
}