API_METHOD_NOT_ALLOWED
The API route does not support or accept the used HTTP method.
Possible causes
- Trying to HTTP
GETaPOST-only resource. - HTTP
POSTing to a route.
Thrown from
packages/errors/src/index.ts:552
* throw new MethodNotAllowedError();