lookupNameByUuid

@GET(value = "minecraft/profile/lookup/{uuid}")
abstract suspend fun lookupNameByUuid(@Path(value = "uuid") uuid: String): ProfileIdName