Authorization: Bearer ********************curl --location --request GET 'http://localhost:8080/api/v1/storage' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"config": null,
"id": 0,
"name": "string",
"type": "string"
}
],
"message": "success"
}