Can I copy the projects api directory into another strapi project?

Hi @dino_deck
I have a similar situation and I also need to copy the api’s from one project to another.
My situation is that I have used strapi since the beta and I think that there are old unused code in my strapi project. I would like to install a fresh ver 3.4.1 and then copy my api definitions.

I se that there is a command:
strapi configuration:dump -f dump.json
that dump configuration. But I don’t think it also dumps my api definitions.

So, as you, I would like to know how to copy my api definitions into a new project.
If you figure out, then please let me know.

Regards