getUserInformation

@GET(value = "/v1/users/{userId}")
abstract fun getUserInformation(@Path(value = "userId") userId: Long): Call<UserData>