In Python, I generated a csv with the same column names as the Motive template for fuel purchases. I used this generated file to import fuel purchases through the dashboard which was successful. I then encoded the file to base64 and created the payload variable, {"source": "manual", "import": [filename, encoded_str]}. The error message displays that all columns are missing but as different variable names.