Authorization: Bearer ********************
curl --location --request GET '/storages/?page_size&page'
{
"count": 0,
"total_pages": 0,
"current_page": 0,
"has_previous": true,
"has_next": true,
"previous_page": 0,
"next_page": 0,
"results": [
{
"id": "string",
"tenant_id": "string",
"created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
"updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
"created_at": "1970-01-01T00:00:00Z",
"updated_at": "1970-01-01T00:00:00Z",
"name": "string",
"provider": "aws_s3",
"bucket": "string",
"config": {},
"credentials": {},
"managed": false
}
]
}