In Part-3 of Laravel 8 API Tutorial, we will create simple Laravel POST API in Laravel 8. We will also use Postman software to test the Laravel 8 Post API.
Laravel 8 Post API will come into play when we want to send data from frontend to backend or we want to save data from 3rd party to database.
Like in Android App, user data from sign up form will be inserted in database via Post API
We will use Post method for Post API and can test on Postman by sending data in form-data or as json data.
In video, we will add user data with Post API both with form-data and as Json request via Postman.
Learn to make e-commerce website in Laravel 6 / 7 / 8 :-