curl --location --request PATCH '/admin/category/661567e4ea42a8f5048b2d5b' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "Tesingle",
"location": "motherland resort"
}'{
"status": true,
"message": "Success! The room category has been updated successfully.",
"data": {
"_id": "661567e4ea42a8f5048b2d5b",
"type": "Tesingle",
"location": "motherland resort",
"__v": 0
}
}