{
"content": "string",
"targeUserId": "string",
"dynamicsId": "string",
"parentId": "string"
}
curl --location --request POST 'http://122.51.138.163:8080/h5/comment/add' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDE5Njc3MjksInVzZXJuYW1lIjpbImp6eiIsIjMiXX0.qs4FskLHPtY4gSziyGswWNTeQfkTwPPNRexwT2-ZgxA' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"targeUserId": "string",
"dynamicsId": "string",
"parentId": "string"
}'
{}