Retrieve a list of available regions.
curl --request GET \ --url https://rdp.sh/api/v1/regions \ --header 'Authorization: <api-key>'
[ { "id": 1, "region": "nl", "location": "Amsterdam" } ]
1
"nl"
"Amsterdam"