Inside the admin panel, click 'Content-Type Builder' in the left sidebar, then 'Create new collection type'. Give it a name like 'Article', add fields (Text, Rich Text, Date, etc.) by clicking the field buttons, then click 'Save'. Strapi restarts automatically and your new API endpoint is live.
$ No terminal command needed — use the visual editor in the browser at http://localhost:1337/admin
What you should see
After saving, the server restarts and your new type appears under 'Content Manager' in the sidebar.
This might happen
The server does not restart after saving a content type
Go back to your terminal and press Ctrl+C to stop the server, then run 'npm run develop' again.