Post
postFetch a single fake blog post by numeric id from DummyJSON. Returns title, body, tags, reaction counts, and the authoring userId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Post ID | |
| body | No | Post body content | |
| tags | No | Post tags | |
| title | No | Post title | |
| userId | No | User ID of post author | |
| reactions | No | Number of reactions |