Authorization: ********************
{
"userInfoId": "string",
"count": 1,
"specCount": 1,
"remarks": "string"
}
curl --location --request POST 'http://127.0.0.1:10086/user/api/aigiftbag/give' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"userInfoId": "string",
"count": 1,
"specCount": 1,
"remarks": "string"
}'
{
"status": "",
"message": "",
"data": ""
}