curl --location -g --request PUT 'https://app.hustro.com/api/v2/project//inspectionTemplate/' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"process": "PROCESS_ENV",
"summary": "Jakiś opis template",
"status": "DRAFT",
"generalNorm": {
"description": "Sponte appello cerno possimus solvo. Voluptas sollers tempus truculenter delectatio texo atrox. Tantum caelestis bardus cena carus stips truculenter demitto."
}
}'{
"deleted": true,
"_id": "5f479169f7ef7fe33b3cca36",
"createdAt": "2020-12-01T11:32:01+01:00",
"createdBy": "5f479169f7ef7fe33b3cca36",
"modifiedAt": "2020-12-01T11:32:01+01:00",
"modifiedBy": "5f479169f7ef7fe33b3cca36",
"process": "PROCESS_ENV",
"summary": "Jakiś opis template",
"status": "PUBLISHED",
"generalNorm": {
"description": "string"
}
}