curl --location --request PATCH 'http://learnifier.com/orgunits//projects/' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "SE",
"locale": "en-US",
"name": "string",
"note": "string",
"status": "ACTIVATED",
"timezone": "Europe/Stockholm",
"userDescription": "string",
"userTitle": "string"
}'{
"adminUrl": "http://www.example.com/adminUrl/1234",
"country": "SE",
"created": "2019-08-24T14:15:22Z",
"createdBy": "8c102c8e-fabd-4c8a-b245-4d2d2f77fc4b",
"designId": 0,
"externalId": "string",
"id": 0,
"locale": "en-US",
"name": "string",
"note": "string",
"orgId": 0,
"status": "ACTIVATED",
"timezone": "Europe/Stockholm",
"userDescription": "string",
"userTitle": "string"
}