Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/admin/communities/reports/reasons' \
--header 'Accept: application/json' \
--header 'X-Academy-ID: 1' \
--header 'Authorization: Bearer <token>'{
"data": {
"harassment": "harassment",
"spam": "spam",
"inappropriate_content": "inappropriate_content",
"hate_speech": "hate_speech",
"misinformation": "misinformation",
"other": "other"
}
}