Authorization: Bearer ********************
{
"id": 0,
"ledgerId": 0,
"code": "string",
"topic": "string",
"progress": "string",
"problemSolution": "string",
"department": "string",
"status": 0,
"createdUser": "string",
"createdTime": "string"
}
curl --location --request GET '/ZTHY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"ledgerId": 0,
"code": "string",
"topic": "string",
"progress": "string",
"problemSolution": "string",
"department": "string",
"status": 0,
"createdUser": "string",
"createdTime": "string"
}'
{}