verifyEmail

@GET(value = "user/email/verify")
abstract fun verifyEmail(@Body body: Email): Call<Void>