It works fine with the Get an event type.
but in the Update event type, I always encounter a 404 Not Found error.
I understand the difference between GET and PUT,
and I have correctly input the path parameters, but I still face this issue.
I have tried directly using Postman and also made requests through a Python script, but the problem persists.
Am I missing something, or is there an error causing this?
Please help me, Thanks