Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/admin/info' \ --header 'Authorization: Bearer <token>'
{ "data": { "totalStorage": 0, "totalUser": 0 }, "message": "string", "status": 0 }