{
"giftId": 0,
"giftNumber": 0,
"icon": "string",
"giftName": "string",
"friendUserId": 0,
"giftUnit": "string",
"giftTrendsImg": "string",
"storyId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/message/app/friend/presentGift' \
--header 'Content-Type: application/json' \
--data-raw '{
"giftId": 0,
"giftNumber": 0,
"icon": "string",
"giftName": "string",
"friendUserId": 0,
"giftUnit": "string",
"giftTrendsImg": "string",
"storyId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"status": 0,
"balance": "string"
}
}