Error when sending body type raw as JSON object

  • Goal: Sending raw body type as application/json

  • Steps:

  1. Added header Content-Type: application/json
  • Details: This is the API response when I run the query:
{
  "errorActor": "CLIENT",
  "errorCode": "INVALID_REQUEST",
  "message": "Not Acceptable - Supported media types are: [application/json, application/xml]"
}
  • Screenshots:

Hi @yeftanma,

Thanks for reaching out! Can you preview the request & check the "API Request" tab?

Does the content type look correct there?

Does the same query work externally (in Postman, for example)?