I want to send json data to the server but I am not able to do it. I have pasted my payload of json data below please check it and help me. In my Json Data payload so many array and object which creates a problem to me send the server. I have checked all the post in google but not able to do it.
//payload
{
"action":"create",
"machinetypelist":[{"id":"","materialTypeId":"1","machineinplantid":"MIPID-103","material":["1","2"]}]
}