updateUserPhone

@PUT(value = "user/phone")
abstract fun updateUserPhone(@Body body: UpdateUserPhoneAPI.Body): Call<Void>