RoomKeyRequestBody

fun RoomKeyRequestBody(    @Json(name = "algorithm") algorithm: String? = null,     @Json(name = "room_id") roomId: String? = null,     @Json(name = "sender_key") senderKey: String? = null,     @Json(name = "session_id") sessionId: String? = null)