{
"success": true,
"action": "get projects",
"status": 200,
"message": "Projects retrieved successfully.",
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"created_at": "2024-11-18T14:10:55.782Z"
},
{
"id": "string",
"name": "string",
"description": "string",
"created_at": "2024-10-29T14:58:40.62Z"
}
]
}