💉 Database Seeding
Seed todos
This API endpoint is responsible for populating the database with dummy todo items.
It allows developers to easily seed the database with a set of predefined todos for testing or development purposes.
post/seed/todos
Response
Seed todos
Example response
{
"message": "Todos inserted successfully",
"statusCode": 201,
"success": true
}