curl --request DELETE \
--url https://app.leonar.app/api/v1/tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"deleted": true
}
}curl --request DELETE \
--url https://app.leonar.app/api/v1/tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"deleted": true
}
}