snippet. Under 2 query chars returns empty results. Empty when the product's lyrics_enabled setting is off (lyrics mode). Never cached (no-store on every response).curl --location '/api/search?q=undefined&mode=undefined'{
"query": "string",
"mode": "title",
"albums": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"slug": "string",
"title": "string",
"year": 0,
"coverUrl": "string"
}
],
"tracks": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"slug": "string",
"albumSlug": "string",
"title": "string",
"artist": "string",
"albumTitle": "string",
"year": 0,
"durationSeconds": 0,
"coverUrl": "string",
"snippet": "string"
}
]
}