getUser

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