post https://api.octapipe.com/tasks
Inserts a new task into the database.
Click on the image below to enlarge the demonstration in Postman.
Payload example:
{
"title": "Review cars",
"owner_user_uuid": "77264af6-f731-4b82-ad8d-310ec3821d24",
"start_date": "2024-08-10",
"end_date": "2024-08-12",
"start_time": "15:00",
"end_time": "16:00",
"status": "pending",
"priority": "medium"
}