get UUID
@GET(value = "/users/profiles/minecraft/{username}" )
Retrieves the player's UUID profile from the Mojang API based on the provided username.
Return
The PlayerUUIDProfile
containing the player's UUID and name, along with flags indicating legacy or demo accounts.
Parameters
username
The username of the player whose UUID profile is to be retrieved.