Create a new empty project
curl --request POST \ --url https://api.forestreet.com/projects \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "email": "<string>", "projectName": "<string>", "projectDescription": "<string>" }'
{ "message": { "studyId": 4162, "topicId": 4299 } }
The email address of the user
The project name. Minimum 10 characters.
The project description. Minimum 10 characters, maximum 250.