{
"id": 0,
"category_name": "string",
"parent_id": 0,
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"is_valid": true
}
curl --location --request POST '/category' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"category_name": "string",
"parent_id": 0,
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"is_valid": true
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": 0
}