curl --request PUT \
--url https://app.all-hands.dev/api/secrets/{secret_id} \
--header 'Content-Type: application/json' \
--header 'X-Session-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'