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