CreateReportResponse
data class CreateReportResponse( val id: Long, val reasonType: Token, val reason: String? = null, val subject: CreateReportResponseSubjectUnion, val reportedBy: Did, val createdAt: Timestamp)