Description:
The "token" get from the request header, but we don't use it.
Environment:
- apache-pulsar-manager version is 0.3.0,
- JDK: 11
- OS: macOS
Scenario:
Please refer to https://github.com/apache/pulsar-manager/blob/master/src/main/java/org/apache/pulsar/manager/controller/EnvironmentsController.java#L106

Advise:
We can remove the "token" as we don't use it.
I wish to fix this issue.
Thanks.