setUser

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