405: Method Not Allowed
Likely cause
The origin/application doesn't allow this HTTP method on this path.
Check
Check the application's route definition for this path and confirm which HTTP methods it actually accepts.
Fix
Use the correct HTTP method for this route, or update the route definition to accept the method you need.
Verify
Retry the request with the correct method and confirm it succeeds.