curl --location 'https://gateway.erpconnector.ca/api/Entity/ProductTrail' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '/*Voir les EXEMPLES pour le payload*/'{
"BusinessKey": "ESC3M",
"ErpInternalId": "ESC3M",
"ErrorMessage": "",
"Success": true
}