{
"id": 1
}
curl --location --request POST 'https://ligai.cn/openapi/api/issue/restore' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": "0",
"data": {
"success": true
}
}