curl --location --request PATCH '/admin/schedule/653af9e69fa5fd3bf44d6159' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reminder": true
}'{
"status": true,
"message": "Success! your reminder has been updated for the schedule",
"data": {
"result": {
"_id": "653af9e69fa5fd3bf44d6159",
"fullName": "Abdullah Yahaya",
"email": "abdullah@mail.com",
"date": "2019-03-02",
"time": "10:04AM",
"message": "Abdullah is just testing this",
"createdAt": "2023-10-26T23:44:38.842Z",
"updatedAt": "2023-11-02T20:21:20.968Z",
"__v": 0,
"reminder": true
}
}
}