curl --location --request PATCH 'http://localhost:3000/api/orgs//retention' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transcripts": "730d",
"recordings": "365d",
"chatLogs": "365d",
"userData": "1825d",
"examData": "3650d"
}'{
"status": "ok",
"message": "Organization retention policies updated successfully",
"data": {
"transcripts": "730d",
"recordings": "365d",
"chatLogs": "365d",
"userData": "1825d",
"examData": "3650d"
}
}