curl --location --request PATCH 'https://connect.litehost.io/v1/projects/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Updated Title",
"status": "public",
"noIndex": true
}'{
"status": "success",
"data": {
"updated": true
}
}