Support Info Response
data class SupportInfoResponse(val email: String? = null, val instructions: String? = null, val phone: String? = null, val url: String? = null)
Support contact information and instructions.
Support contact information and instructions.