curl --request GET \
--url https://demo.komga.org/api/v1/series/{seriesId}/thumbnails \
--header 'Authorization: Basic <encoded-value>'[
{
"fileSize": 123,
"height": 123,
"id": "<string>",
"mediaType": "<string>",
"selected": true,
"seriesId": "<string>",
"type": "<string>",
"width": 123
}
]curl --request GET \
--url https://demo.komga.org/api/v1/series/{seriesId}/thumbnails \
--header 'Authorization: Basic <encoded-value>'[
{
"fileSize": 123,
"height": 123,
"id": "<string>",
"mediaType": "<string>",
"selected": true,
"seriesId": "<string>",
"type": "<string>",
"width": 123
}
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.