Saving record that has File field via API

Hi all,
I have a table with a bunch of fields and one of the field is File type.
The File field will contain image.
I have a hard time in saving a record with image via API.
Tested this with Postman-type client.

Here’re my failed attempts by passing the image location from my computer:

  1. Using “Save a new record” API, passed the location to the File field.
  2. Using “Saving to a file field” API, passed the location to the File field.

Any suggestion?

Thank you,

Handi