Import Set insertMultiple REST API inserting empty records into the Staging TableIssue When a request payload in JSON format is sent in Import Set API, empty data is getting inserted into staging table even though we are sending some data in the Request.CauseAs in the request payload, the Http response Headers (request.setHeader) attribute is not being sent the system is creating a record with empty data.ResolutionPlease add Headers (request.setHeader) attribute with name of the header such as Content-Type or Accept. Supported headers depend on the REST web service provider you want to connect to. Refer to the documentation for your web service provider to identify which headers are valid or required. For REST it will be application/json.