Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/code/files' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"files": [
{
"path": "string",
"size": 0,
"updated_at": "string"
}
],
"has_workspace": true
},
"message": "string"
}