Authorization: Bearer ********************curl --location --request POST 'https://numueg.app/api/v1/stores//themes/v3/editor/versions//restore' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"draft": {
"property1": "string",
"property2": "string"
},
"etag": "string"
},
"message": "string"
}