Get Round Completion Status
Check if a federated learning round is complete
curl -X GET "http://localhost:7070/fl/rounds/string/complete"{
"status": {
"round_id": "string",
"completed": true,
"num_updates": 0,
"k_of_n": 0,
"model_version": 0
}
}