{
"dynamicsId": "string",
"commentId": "string",
"tipUserId": "string",
"tipType": "string",
"tipReason": "string",
"imageUrl": "string"
}
curl --location --request POST 'http://122.51.138.163:8080/h5/tipOff/add' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDE5Njc3MjksInVzZXJuYW1lIjpbImp6eiIsIjMiXX0.qs4FskLHPtY4gSziyGswWNTeQfkTwPPNRexwT2-ZgxA' \
--header 'Content-Type: application/json' \
--data-raw '{
"dynamicsId": "string",
"commentId": "string",
"tipUserId": "string",
"tipType": "string",
"tipReason": "string",
"imageUrl": "string"
}'
{
"msg": "操作成功",
"code": 200
}