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