POST
/data/projects/{project_id}/episodes
curl \
--request POST 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/episodes' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"name":"Name of the episode","description":"Description of the episode"}'
Request examples
{
"name": "Name of the episode",
"description": "Description of the episode"
}