@GET("/v2/user/me") abstract fun me(@Query("secure_resource") secureResource: Boolean = true, @Query("propertyKeys") properties: String? = null): Call<User>