{
"workspaceID": "string"
}curl --location --request POST '/openapi/v0.9/reconstruction/api/v1/workspaces//reconstructions/pre-check' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspaceID": "string"
}'{
"code": 0,
"message": "string",
"data": {}
}