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