curl --location --request POST 'https://93.43.5.102/limsapi/api/odata/CommessaWeb(564817)/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": 564817,
    "CodiceCommessa": "26C0071",
    "RiferimentoCertificato": null,
    "StatoCommessaWeb": "Elaborata",
    "DataCreazioneWeb": "2026-03-18T10:54:02.187+01:00",
    "CodiceCommessaWeb": "26C0071",
    "DataInviatoWeb": "2026-03-18T10:54:14.727+01:00",
    "Richiedente": "From TRFSmart Application",
    "Descrizione": "From TRFSmart Application"
}