curl --request GET \
--url http://localhost:4000/api/themes
{
"themes": [
{}
],
"cloudThemes": [
{}
]
}
Get user’s custom themes (currently returns empty array)
curl --request GET \
--url http://localhost:4000/api/themes
{
"themes": [
{}
],
"cloudThemes": [
{}
]
}
User themes
The response is of type object
.