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