Category Params
data class CategoryParams(val language: String, val categoryUrl: String, val market: TMMarketDomain)
Represents parameters for category requests.
Parameters
language
The language code for the request.
category Url
The URL for the category.
market
The TMMarketDomain for the request.