curl --request GET \
--url https://demo.komga.org/api/v1/series/{seriesId}/collections \
--header 'Authorization: Basic <encoded-value>'[
{
"createdDate": "2023-11-07T05:31:56Z",
"filtered": true,
"id": "<string>",
"lastModifiedDate": "2023-11-07T05:31:56Z",
"name": "<string>",
"ordered": true,
"seriesIds": [
"<string>"
]
}
]curl --request GET \
--url https://demo.komga.org/api/v1/series/{seriesId}/collections \
--header 'Authorization: Basic <encoded-value>'[
{
"createdDate": "2023-11-07T05:31:56Z",
"filtered": true,
"id": "<string>",
"lastModifiedDate": "2023-11-07T05:31:56Z",
"name": "<string>",
"ordered": true,
"seriesIds": [
"<string>"
]
}
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.