curl --request PUT \
--url https://console.neuronsearchlab.com/api/rerank-controls \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"context_id": 123,
"diversity_weight": 123,
"freshness_weight": 123
}
'