@FormUrlEncoded @POST("/v1/api/talk/friends/message/send") abstract fun sendCustomMessage(@Field("receiver_uuids") receiverUuids: String, @Field("template_id") templateId: Long, @Field("template_args") templateArgs: Map<String, String>? = null): Call<MessageSendResult>