fetchProfile

@GET(value = "session/minecraft/profile/{uuid}")
abstract suspend fun fetchProfile(@Path(value = "uuid") uuid: String): Response<SessionProfile>

Returns 204 if the UUID has no player.