post

@POST(value = "persist")
abstract fun post(@Body data: String): Call<ResponseBody>