curl --location 'https://gateway.erpconnector.ca/api/ErpConnectorTask' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"CodeLicence": "VOTRE_CODE_LICENCE",
"TaskType":"EXTRACT",
"EntiType" : "CustomEntity"
"CustomTaskAction":"TEST_ERP_CONNECTION",
}'{}