curl --request DELETE \
--url http://localhost:8080/api/workspaces/{id}/trash \
--header 'Authorization: Bearer <token>'{
"deleted": 123
}curl --request DELETE \
--url http://localhost:8080/api/workspaces/{id}/trash \
--header 'Authorization: Bearer <token>'{
"deleted": 123
}