CreatePostRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| category_id | Long | Category ID where the post will be created. | [default to null] |
| title | String | Title of the post. | [default to null] |
| content | String | Content of the post. | [default to null] |
| slug | String | URL-friendly slug for the post. | [default to null] |