getCategoryResponse

@GET(value = "/api/config/header")
abstract suspend fun getCategoryResponse(@QueryMap header: Map<String, String>): Response<ConfigurationHeaderResponse?>

Retrieves the category configuration header response.

Return

A Response containing the ConfigurationHeaderResponse, or null if not found.

Parameters

header

A map of query parameters for the request.