curl --location --request PATCH '/admin/proposals/653d8be4b4b0a701815d4dea' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "declined",
"reasons": "This is just a test"
}'{
"status": true,
"message": "Success! Proposal has beenn updated successfully.",
"data": {
"result": {
"proposals": [],
"_id": "6539cc884f66bd7833f2d464",
"serviceType": "louges",
"fullName": "Abdullah Yahaya",
"email": "abdullahyahaya46@mail.com",
"proposal": [],
"createdAt": "2023-10-26T02:18:48.307Z",
"updatedAt": "2023-10-28T22:30:51.910Z",
"__v": 0,
"status": "declined"
}
}
}