let action = APIAction()action.url = "url" //Replace this with the required urlaction.method = .post,//replace this with the type of methodaction.dataKey: "cometchatData",//replace this with the key , if you want to replace the key oin which all the data for form will be sentaction.headers = header,//set the header for the requestaction.payload = payload//set the payloaf forn the request"\
URL Navigation
Swift
let navigation = URLNavigationAction()navigation.url = "https://www.cometchat.com/"