curl --request PATCH \
--url {schemes}://api.upsun.com/projects/{projectId}/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"initialize": {},
"data_retention": {},
"build_resources": {
"cpu": 123,
"memory": 123
}
}
'