Endpoint: POST /lists/:id/duplicate

Body:

Response:

Example request

curl <https://api.height.app/lists/bugs/duplicate> \\
  -X POST \\
  -H "Authorization: api-key secret_1234" \\
  -H "Content-Type: application/json" \\
  -d '{"name":"new-bugs-list"}'