name — The new name for the projectcurl --location --request PUT 'https://api.zebracat.ai/v1/projects/' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"id": 0,
"name": "string"
}