Description
We need a cli command that will allow users to download all submissions of a challenge. The command should handle two cases:
- If a user is host of a challenge download all submissions made to the challenge for a phase
- If a user is a participant download submissions only made by the team of user to the challenge for a phase.
Required backend APIs are already available for this feature here.