"numquam"
"corrupti"
Theme applied.
"Theme applied successfully"
const response = await fetch('https://api.sellauth.com/v1/shops/{shopId}/themes/{themeId}/apply', { method: 'PUT', headers: {}, }); const data = await response.json();
{ "message": "Theme applied successfully" }