Authorization: Bearer ********************curl --location --request DELETE '/api/v1/sales/3' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Sale deleted successful",
"data": {
"_id": "642562df28fda0b2b6a6fd17",
"id": 3,
"userId": "63ff4b74bb3dd17abbe103f8",
"productId": "642318c74c64c3acbbcbc4b8",
"transactionId": "642319234c64c3acbbcbc4c3",
"name": "shoes",
"unit": "cartoon",
"amount": 45000,
"amount_recieved": 67000,
"quantity": 35,
"synced": 0,
"createdAt": "2023-03-30T10:22:23.005Z",
"updatedAt": "2023-03-30T10:22:23.005Z",
"__v": 0
}
}