Create Report Request
data class CreateReportRequest(val reasonType: Token, val reason: String? = null, val subject: CreateReportRequestSubjectUnion)
Parameters
reason Type
Indicates the broad category of violation the report is for.
reason
Additional context about the content and violation.