curl --location --request POST 'https://93.43.5.102/limsapi/api/odata/CommessaWeb(563528)/ImportaCommessa' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ••••••' \
--data '{
    "IdUtente": 285
}'

RESPONSE:
{
    "@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#CommessaWeb\/$entity",
    "IdCommessa": 563528,
    "CodiceCommessa": "26C0029",
    "RiferimentoCertificato": null,
    "StatoCommessaWeb": "Elaborata",
    "DataCreazioneWeb": "2026-03-11T14:10:00.897+01:00",
    "CodiceCommessaWeb": "26C0029",
    "DataInviatoWeb": "2026-03-11T14:10:11.76+01:00",
    "Richiedente": "Test Web Import",
    "Descrizione": "TEST CommessaWeb"
}