Authorization: Bearer ********************curl --location --request GET 'https://api.vpsbg.eu/v1/measured-boot-images' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"type": "kernel",
"name": "BOOTX64.EFI",
"size": 111111111,
"in_use": true,
"created_at": "2026-03-11T13:28:14.000000Z"
}
]