curl --location --request PATCH '/admin/coupons/65e9376c0bb9b9242fc6c140' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isToggle": "off"
}'{
"status": true,
"message": "Success! Coupon has been updated successfully.",
"data": {
"_id": "65e9376c0bb9b9242fc6c140",
"name": "Test Coupon 1",
"code": "7PL2P0",
"percentage": 30,
"isToggle": "off",
"createdAt": "2024-03-07T03:41:32.989Z",
"updatedAt": "2024-03-07T04:02:39.099Z",
"__v": 0
}
}