Authorization: Bearer ********************{
"ContentType": 0,
"PostId": 0,
"ResId": 0,
"Comment": "string"
}curl --location '/Interact/Comment/SendComment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ContentType": 0,
"PostId": 0,
"ResId": 0,
"Comment": "string"
}'{
"Success": true,
"Massage": "string"
}