michoel
08/07/2020, 3:30 AMContent-Type
header to application/json
so NetSuite is trying to parse the payload as JSON. If it's not supposed to be JSON, try changing the content type head to text/plain
, otherwise, ensure you are sending valid JSON.