Tasks
Create a new task
post/api/tasks
Request body
Example request
{
"title": "Fix authentication bug",
"description": "Users can't login with GitHub OAuth"
}Response
Task created
{
"title": "Fix authentication bug",
"description": "Users can't login with GitHub OAuth"
}Task created