import Foundation

let headers = ["cookie": "foo=bar; bar=baz", "accept": "application/json", "content-type": "application/x-www-form-urlencoded"]

let postData = NSMutableData(data: "foo=bar".data(using: String.Encoding.utf8)!)