Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "result": {
      "token": "XXXXXXXXXXXX",
      "name": "myfile.docx"
   }
}


POSTMAN

In Postman choose form-data and set the field type to File. Then select a file from your PC. The binary option will not work since a "multi-part" payload is expected.

Image Added