fun updateUserProfile(userId: String, userToken: TokenResponse, profileData: Map<String, Any>): Call<Unit>
Updates the user's profile data
userId
- The user's ID, this must match the one in the user token
userToken
- The user's access token
Return
Success if okay, failure otherwise