I'm quite new to Laravel & I just made an API for my website using API Resources. It fetches all objects from the database, and is able to add new ones using POST/PUT requests.
As for my question, is it correct that everyone is able to make POST/PUT requests and add or update my database rows? If so, how do I prevent such actions from the public?