curl --location --request PATCH '/admin/apartments/6762720a2cdc4c4c6fd97cee' \
--header 'Authorization: Bearer <token>' \
--form 'type="Deluxe"' \
--form 'location="city center"' \
--form 'price="500000"' \
--form 'facilities="[\"Air Condition\", \"Wi-Fi\", \"Nice View\", \"24hr Electricity\"]"' \
--form 'description="TOur Deluxe room, more spacious than both the Standard and Royal Single, is crafted for guests who appreciate the luxury of space and comfort. It comes with a plush single-occupancy cushioned area, a 6 feet by 7 feet bed, and ample storage. The room boasts a mini-fridge, air conditioning, a smart TV, a hairdryer, and facilities for making tea or coffee, plus a complimentary breakfast.."' \
--form 'images=@""' \
--form 'totalRooms="5"' \
--form 'name="Abdullah Micheal"' \
--form 'email="abdullahyahaya46@gmail.com"' \
--form 'phone="+2348089887632"'{
"status": true,
"message": "Success! the apartment has been updated successfully",
"data": {
"apartment": {
"_id": "6762720a2cdc4c4c6fd97cee",
"type": "Deluxe",
"adminId": "653d63a82efc5eeb5d037c3e",
"price": 500000,
"totalRooms": 5,
"location": "city center",
"description": "TOur Deluxe room, more spacious than both the Standard and Royal Single, is crafted for guests who appreciate the luxury of space and comfort. It comes with a plush single-occupancy cushioned area, a 6 feet by 7 feet bed, and ample storage. The room boasts a mini-fridge, air conditioning, a smart TV, a hairdryer, and facilities for making tea or coffee, plus a complimentary breakfast..",
"facilities": [
"Air Condition",
"Wi-Fi",
"Nice View",
"24hr Electricity"
],
"comments": [],
"images": [
"https://firebasestorage.googleapis.com/v0/b/hotel-project-a01c4.appspot.com/o/apartments%2F1734504948731_0_image%2Fpng?alt=media&token=604c8ab6-9b10-46e1-bf77-b384cc855e8c"
],
"isAvailable": false,
"reservations": [],
"createdAt": "2024-12-18T06:56:10.558Z",
"updatedAt": "2024-12-18T16:06:50.091Z",
"email": "abdullahyahaya46@gmail.com",
"name": "Abdullah Micheal",
"phone": "+2348089887632"
}
}
}