Authorization: Bearer ********************{
"userId": 0,
"couponId": 0
}curl --location --request POST 'http://localhost:81/shop/coupon/giveUser' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"couponId": 0
}'{
"code": 0,
"msg": "",
"data": false
}