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