Getting error while calling Alamofire request method in the latest version(4.0.0).
The syntax is:
Alamofire.request(urlString,method: .post, parame
just make sure all the parameters are in the correct format , most importantly the parameters must be in [String:Any] type array.