Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/v2/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"activated_at": "2026-04-11T00:01:00Z",
"created_at": "2026-04-11T00:00:00Z",
"customization": {},
"has_draft_changes": false,
"id": "install-uuid",
"installed_at": "2026-04-11T00:00:00Z",
"is_active": true,
"store_id": "store-uuid",
"theme_id": "theme-uuid",
"theme_name": "Modern",
"theme_slug": "modern",
"theme_type": "internal",
"theme_version": "1.0.0",
"updated_at": "2026-04-11T00:01:00Z"
},
"message": "string"
}