CategoryDetailDto
idnumberrequired
Unique identifier for the category
Example:
1namestringrequired
Name of the category
Example:
Test categorycreatedAtstring<date-time>required
Date when the category was created
updatedAtstring<date-time>required
Date when the category was last updated
CategoryDetailDto
{
"id": 1,
"name": "Test category",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}