tbl_projects table contains details of various projects, including a unique ID, project name, a secret key for authentication, and timestamps for when each project was created and last updated.{
"id": 0,
"name": "string",
"secretKey": "string",
"createdAt": 0,
"updatedAt": 0
}