curl --request PUT \
--url https://api.example.com/v1/organizations/{organizationId}/projects/{projectId}/saved-searches/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"folderId": "<string>",
"filter": {},
"sort": [
{}
]
}
'