let parameterDictionary = ["action": "create", "email": emailTextField?.text, "password": passwordTextField.text] as [String : Any]
var request = URLRequest(url: serviceUrl)
request.httpMethod = "POST"
request.setValue(" application/json", forHTTPHeaderField: "Content-Type")
how can i get a dynamic value to a textfield and convert it into base64 value for password