Parsed Feedback Body
data class ParsedFeedbackBody(val description: String = "", val appName: String? = null, val appVersion: String? = null, val device: String? = null, val osVersion: String? = null, val email: String? = null, val attachments: List<ParsedAttachment> = emptyList())