Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:30800/v1/api/' \ --header 'Authorization: Bearer <token>'
{"data":[{"id":1,"name":"InitKey"},{"id":3,"name":"testkey"}],"success":true}