curl --location --request POST 'https://app.hustro.com/api/v2/client//simpleForm' \
--header 'hustro-client-version: ' \
--header 'hustro-client: web' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"process": "PROCESS_QA",
"label": "Formularz Usterek - Hustro Towers",
"includeAllProjects": false,
"defaultAssignee": "5f02e624533ef00019edd395",
"projects": [
{
"_id": "5e417e31c456798111f8b415",
"includeAllSites": true
}
]
}'{}