Authorization: Bearer ********************
curl --location --request GET 'https://api.vpsbg.eu/v1/isos/' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>'
{
"id": 1,
"status": "downloaded",
"name": "AlmaLinux-9.5-x86_64-boot.iso",
"size": 1111998464,
"url": "https://example.com/AlmaLinux-9.5-x86_64-boot.iso",
"downloaded": 1111998464,
"created_at": "2025-02-03T10:58:19.000000Z",
"deletion_at": "2025-02-05T10:58:19.000000Z"
}