Authorization: Bearer ********************
{
"userId": 0,
"integral": 0,
"integralType": 0
}
curl --location --request POST '/appMark/api/integral/updateIntegral' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"integral": 0,
"integralType": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}