check the type of an account, whether it's legacy, mojang or microsoft.
GET
id is the minecraft profile id/uuid (can contain hyphens), it can also be the profile username.
id: string,
uuid: string,
username: string,
type: string,
created: string
id: "a008c892-e7e1-48e1-8235-8aa389318b7a",
uuid: "a008c892e7e148e182358aa389318b7a",
username: "devous",
type: "MICROSOFT",
created: "2021-08-15T10:14:10.861+02:00"