svc.publish persists AND commits the transaction, then confirms averified).Authorization: Bearer ********************curl --location --request POST 'https://numueg.app/api/v1/stores//themes/v3/editor/publish' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"published": {
"property1": "string",
"property2": "string"
},
"revision_id": "string",
"content_hash": "string",
"verified": false,
"revalidation": {
"property1": "string",
"property2": "string"
},
"etag": "string"
},
"message": "string"
}