`curl -X POST <BONSAI_URL>/firebase` produces the following error: `{"error":"Incorrect HTTP method for uri [/firebase] and method [POST], allowed: [GET, HEAD, DELETE, PUT]","status":405}` However, `curl -X PUT <BONSAI_URL>/firebase` works just fine. I don't know the technical reason behind this but judging by the error message, POST cannot be used as the method.
curl -X POST <BONSAI_URL>/firebaseproduces the following error:{"error":"Incorrect HTTP method for uri [/firebase] and method [POST], allowed: [GET, HEAD, DELETE, PUT]","status":405}However,
curl -X PUT <BONSAI_URL>/firebaseworks just fine.I don't know the technical reason behind this but judging by the error message, POST cannot be used as the method.