updateUserPIN

@PUT(value = "user/pin")
abstract fun updateUserPIN(@Body body: UpdateUserPINAPI.Body): Call<Void>