Retrieve a list of available distros.
curl --request GET \ --url https://rdp.sh/api/v1/distros \ --header 'Authorization: <api-key>'
[ { "id": 1, "description": "Debian 12" } ]
1
"Debian 12"