Postman is a GUI tool for sending web requests.
Download it from official website. Available for Windows, Linux, and macOS.
Here's how to use it:
+
on the tabs panel.POST
.Body
tab > raw
> JSON
from the dropdown.Send
.204 No Content
means request succeed!To send attachment(s):
raw
to form-data
.File
.Select Files
and select file (despite it allowing you to choose multiple files, choose one).payload_json
name and json body value (dropdown must say Text
).