curl --location --request DELETE '/admin/proposals/6539cc38fdbadc96504bd4e2' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Congratulations! The proposal has been deleted successfully.",
"data": {
"result": {
"proposals": [],
"_id": "6539cc38fdbadc96504bd4e2",
"serviceType": "louges",
"fullName": "Abdullah Yahaya",
"email": "abdullahyahaya46@mail.com",
"proposal": [],
"createdAt": "2023-10-26T02:17:28.667Z",
"updatedAt": "2023-10-26T02:17:28.667Z",
"__v": 0
}
}
}