curl -L \
--request PATCH \
--url 'https://cloud-api.calyptia.com/v1/cluster_objects/{clusterObjectID}' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"name": "text",
"kind": "namespace"
}'