This allows user to list their deposits (without any filter).
The result is paginated and next link will be displayed in the outputted result.
```
$ swh deposit list --help
Usage: swh deposit list [OPTIONS]
Deposit metadata only upload
Options:
--url TEXT (Optional) Deposit server api endpoint. By
default,
https://deposit.softwareheritage.org/1
--username TEXT (Mandatory) User's name [required]
--password TEXT (Mandatory) User's associated password
[required]
-f, --format [logging|yaml|json]
Output format results.
--page INTEGER Page number when requesting more information
--page-size INTEGER Page number when requesting more information
-h, --help Show this message and exit.
```
Related to T2996
Depends on D5769