Returns a list of projects in the specified project folder.
curl --request GET \ --url https://api.dittowords.com/v1/project-folders/{folder_id}/projects \ --header 'Authorization: <api-key>'
[ { "id": "project_1", "name": "Project 1" }, { "id": "project_2", "name": "Project 2" } ]