Authorization: Bearer ********************{
"reason": "spam",
"note": "This is promotional spam content."
}curl --location --request POST 'https://api.msaaq.com/v1/tenant/communities/web-development-bootcamp/topics/1/report' \
--header 'Accept: application/json' \
--header 'X-Academy-ID: 1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "spam",
"note": "This is promotional spam content."
}'{
"message": "Report submitted successfully."
}