Extra entries in json body

Hi @alex-w please how can i get rid of extra entries in body values for example the \ and " " below ?

"{\"title\":\"Senior Marketing Manager\",\"\\\"postingDate\\\"\"}",

Figured this out already.

1 Like

Hey Tahir!

What approach did you end up going with? I’m curious what the source of the data here is where it’s being escaped like this

Actually I was getting a body format error while using JSON body type. I changed to raw and defined Json in the header section which I think is the right approach I was supposed to follow for my use case.