Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/v3/undo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"theme_id": "string",
"action_label": "string",
"forward": {
"property1": "string",
"property2": "string"
},
"inverse": {
"property1": "string",
"property2": "string"
}
}'{
"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"
}