open fun getProfile(publicKey: String!): AsyncResult<Profile!>!
Gets the profile of a given user
publicKey - String!: the public key of the user to get the profile of
publicKey
Return AsyncResult<Profile!>!: the profile of a given user