I am trying to Request Campaign for a lead. I input the following json and I get response as below. What am i missing in the input json. I do not want to use token.
Input Json:
{
"input": {
"leads": [
{
"id": 238184
}
]
}
}Response:
{
requestId: "9179#14c5c2913c2"
success: false
errors:
[
1]0:
{
code: "612"
message: "Invalid Content Type"
}
-
-
}