None of my PUT or PUSH commands are working.
I am using Postman and am able to authenticate, without incident. Further I can pull back lists of existing tickets or tasks. And, using the UI (FreshService website), I have permissions to create tickets and tasks. But when I try to create either, using the API, I am returned data about other tickets or tasks. Further, when I attempt a PUT command to update an existing Task, I get the following JSON obj:
{
"logout": "success"
}