Returns a list of Ditto projects. Only projects with Developer Mode enabled can be fetched.
curl --request GET \ --url https://api.dittowords.com/v1/projects \ --header 'Authorization: <api-key>'
[ { "id": "project_123", "name": "My Project", "url": "https://app.dittowords.com/projects/project_123" } ]