curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}予測を完了する
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}