package kr.co.vividnext.sodalive.fcm data class PushRequest( val memberIds: List, val title: String, val message: String )