curl --location --request POST '/public/inquiries' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "enterprise",
"organisationName": "string",
"organizationVat": "string",
"firstName": "string",
"email": "user@example.com",
"phone": "string",
"note": "string",
"includeAnalysis": true,
"preferredLanguage": "EN"
}'{
"type": "enterprise",
"organisationName": "string",
"organizationVat": "string",
"firstName": "string",
"email": "user@example.com",
"phone": "string",
"note": "string",
"includeAnalysis": true,
"preferredLanguage": "EN"
}