curl --location --request DELETE '/api/v1/price-history/2'{
"success": true,
"message": "PriceHistory deleted successfully",
"data": {
"_id": "6425640028fda0b2b6a6fd25",
"id": 2,
"userId": "63ff4b74bb3dd17abbe103f8",
"productId": "642318c74c64c3acbbcbc4b8",
"cost_price": 400,
"price_per_unit": 4200,
"quantity": 0,
"createdAt": "2023-03-30T10:27:12.081Z",
"updatedAt": "2023-03-30T10:27:12.081Z",
"__v": 0
}
}