- Open Postman.
- Create a new POST request.
- Enter the API endpoint:
https://linkedin.suhail.app/linkedin
.
- Go to the Body tab, select raw, and choose JSON format.
- Paste the following JSON payload:
{
"caption": "hello linkedin",
"urn": "YOUR URN VALUE",
"token": "YOUR BEARER TOKEN"
}
- Click Send and check the response.