Custom Rest Endpoint: Post/Put/Patch not working

The 'method' argument for register_rest_route() should be named 'methods'. Because of the typo, the argument is interpreted as it’s default value – 'GET' only.