Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/v3/editor/versions?page=&per_page=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"versions": [
{
"id": "string",
"theme_id": "string",
"change_summary": "string",
"is_published": true,
"is_autosave": true,
"version_label": "string",
"created_at": "string",
"created_by": "string"
}
],
"page": 0,
"per_page": 0
},
"message": "string"
}