- Open Postman.
- Create a new POST request.
- Enter the API endpoint:
https://medium.suhail.app/medium
.
- Go to the Body tab, select raw, and choose JSON format.
- Paste the following JSON payload:
{
"token": "YOUR_BEARER_TOKEN",
"html": "Your Article Content
",
"title": "Your Article Title"
}
- Click Send and check the response.