curl --request DELETE \
--url http://localhost:3000/v1/scan-history{
"success": true,
"error": "<string>",
"message": "<string>"
}Clears all scan history for the user.
curl --request DELETE \
--url http://localhost:3000/v1/scan-history{
"success": true,
"error": "<string>",
"message": "<string>"
}