For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request PUT '/handover/cases//snags//waive?waivedBy&remarks' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"id": "55555555-5555-5555-5555-555555555555",
"snagStatus": "WAIVED",
"waived": true,
"waivedBy": "Senior Manager",
"waivedAt": "2025-02-15T10:00:00",
"waiverRemarks": "Minor aesthetic issue accepted by buyer"
}