hasJoined

@GET(value = "session/minecraft/hasJoined")
abstract suspend fun hasJoined(@Query(value = "username") username: String, @Query(value = "serverId") serverId: String, @Query(value = "ip") ip: String? = null): Response<SessionProfile>

Returns the profile on success, 204/empty on failure.