deleteCurrentUser

@DELETE(value = "user")
abstract fun deleteCurrentUser(@Body body: PlainOTP): Call<Void>