"nisi"
"totam"
Theme updated.
"Theme updated successfully"
const response = await fetch('https://api.sellauth.com/v1/shops/{shopId}/themes/{themeId}/update', { method: 'POST', headers: {}, }); const data = await response.json();
{ "message": "Theme updated successfully" }