fetchProfiles

@POST(value = "profiles/minecraft")
abstract suspend fun fetchProfiles(@Body names: List<String>): List<ProfileIdName>

Max 10 names. Missing ones are omitted from the response.