ThemeCardResponse
key string
Unique identifier for the theme card
title string
Display name of the theme card
description string
Short description shown to users
mcc_category string
The card program, with the following values: [restaurant, spa, serviceprovider, entertainment, restaurantspasalon]
image_url string
Main image displayed for the theme card
image_configuration_url string
Image used in configuration
ThemeCardResponse
{
"key": "string",
"title": "string",
"description": "string",
"mcc_category": "string",
"image_url": "string",
"image_configuration_url": "string"
}