pub async fn create_task(
__arg0: State<AppState>,
__arg1: Json<CreateTaskRequest>,
) -> impl IntoResponseExpand description
Create a new task
pub async fn create_task(
__arg0: State<AppState>,
__arg1: Json<CreateTaskRequest>,
) -> impl IntoResponseCreate a new task