{
"giftId": "1983426840005488642",
"coverConsumeUserId": "1940618932289290241",
"giftNum": 2
}curl --location --request POST '/userBackpack/giveGift' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"giftId": "1983426840005488642",
"coverConsumeUserId": "1940618932289290241",
"giftNum": 2
}'{
"message": "Success",
"status": 1,
"data": true,
"code": null,
"msg": null,
"token": null
}