You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
556 B
JSON

{
"_id": "601ccbe89bcd482ee8fa2c99",
"name": "HTML",
"description": "Learn the basics and how to code.",
"price": 1000,
"isActive": true,
"slots": "20",
"enrollees": ["507f1f77bcf86cd799439011"],
"datetimeCreated": "2020-03-10T15:00:00.00Z"
}
{
"_id": "507f191e810c19729de860ea",
"name": "CSS",
"description": "Let's make our application look cool!",
"price": 2000,
"isActive": false,
"slots": "20",
"enrollees": ["507f1f77bcf86cd799439011"],
"datetimeCreated": "2021-08-15T15:00:00.00Z"
}