{
"1":[{"name":"some product","type":"simple","quantity":"2","price":"500"}],
"2":[{"name":"Seller 2 add no 2","type":"feature","quantity":"1","price":"500"}],
"is_free_quota":"0",
"quotationIsVerified":"0"
}
this is the string which I have to send
//in this function we are sending token for authentication and data is sending in the raw data form body... with out parameteres and without alamofire
func postRequest() -> Void) {