One of the reasons you may be receiving this error is because you are not passing the data i.e
{
“fields” : {
“Name” : “Send”
}
}
in your request body.
Try calling the API via Postman or Curl…it would help you in figuring out where you are going wrong.