updateUser

@PATCH(value = "users/{userId}")
abstract fun updateUser(@Path(value = "userId"userId: String? = null): Call<User>