curl --request PUT \
--url https://api.honeyhive.ai/v1/projects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"new_name": "<string>",
"description": "<string>",
"type": "evaluation"
}
'