@FormUrlEncoded @POST("/v2/api/talk/memo/send") abstract fun sendCustomMemo(@Field("template_id") templateId: Long, @Field("template_args") templateArgs: Map<String, String>? = null): Call<Unit>