uploadProfilePicture

Upload profile image

This function uses for profile image upload for customer with id from the parameters.

func uploadProfilePicture(_ picture: UIImage, customerId: String, completion: @escaping (_ success: Bool, _ error: String?)->()) {
}