PHP REST API CRUD – Step 6
Step 6 Output for insert user
To test for the successful creation of a data, open POSTMAN. Enter the following as the request URL
http://localhost/PHP REST API CRUD with JWT Authentication\api\User \create_user.php
- Click the “form-data” tab.
- Enter key and value
- Send