Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/v3/undo?theme_id=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "string",
"theme_id": "string",
"action_label": "string",
"forward": {
"property1": "string",
"property2": "string"
},
"inverse": {
"property1": "string",
"property2": "string"
},
"created_at": "string"
}
],
"message": "string"
}