parent_id = null are replies, posts with parent_id set are comments.Authorization: Bearer ********************{
"reason": "hate_speech",
"note": "Contains discriminatory language."
}curl --location --request POST 'https://api.msaaq.com/v1/tenant/communities/web-development-bootcamp/topics/1/posts/5/report' \
--header 'Accept: application/json' \
--header 'X-Academy-ID: 1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "hate_speech",
"note": "Contains discriminatory language."
}'{
"message": "Report submitted successfully."
}