curl --request GET \
--url https://demo.komga.org/api/v1/fonts/families \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]List all available font families.
curl --request GET \
--url https://demo.komga.org/api/v1/fonts/families \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
OK