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