curl --request DELETE \
--url http://localhost:3000/api/v1/tasks/{taskId} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"removed": true
}
}curl --request DELETE \
--url http://localhost:3000/api/v1/tasks/{taskId} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"removed": true
}
}