curl --location '/api/v1/sell/themes' \
--header 'Authorization: Bearer <token>'[
{
"id": "ocean",
"name": "Ocean",
"swatch": "#0284c7",
"light": {
"property1": "string",
"property2": "string"
},
"dark": {
"property1": "string",
"property2": "string"
}
}
]