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