publish: true
path id
body name
body html_front
body html_back
body layout
body theme
body publish
1234curl -X PATCH https://api.v2.dealmachine.com/v1/mail/designs/design-uuid-123 \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{"name": "Updated Design", "publish": true}'
curl -X PATCH https://api.v2.dealmachine.com/v1/mail/designs/design-uuid-123 \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{"name": "Updated Design", "publish": true}'