{ code?: integer data: { id?: integer// DID for user did?: string// Address for user addr?: string// Principal for user principal?: string// Token ID for user in DID nft contract tokenId?: string userInfo: { userId?: integer// Nickname for user nickname?: string// DID card url for user. Full url with protocol and host. photoUrl?: string// User card background number backgroundNumber?: integer// User card backfrount number backfrontNumber?: integer// Avatar url for user. Full url with protocol and host. headUrl?: string photoParts?: string } } msg?: string}