fetchProfileSigned

@GET(value = "session/minecraft/profile/{uuid}")
abstract suspend fun fetchProfileSigned(@Path(value = "uuid") uuid: String, @Query(value = "unsigned") unsigned: Boolean = false): Response<SessionProfile>

As above, with signature verification.