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