File sending to an endpoint


Can anyone please provide a solution for sending a CSV file to an endpoint? This solution is not working for me.

Hey @aimantahir1225, looks like the endpoint is just looking for the base64 encoded string for the file. Can you try sending that instead of the entire file object?