updateProfile

suspend fun updateProfile(oauthToken: String, updateProfileRequest: UpdateProfileRequest): Profile

Updates the profile information for the authenticated user.

Return

The updated profile information

Parameters

oauthToken

The OAuth token to use for authentication

updateProfileRequest

The request object containing the updated profile information