curl --location --request POST 'https://api.conexteo.com/contacts/file' \ --form 'contactlist_id="1"' \ --form 'file=@""'
{ "success": true, "message": "contact(s) added" }