Closed Snehal14283 closed 1 year ago
Please read the docs carefully. It clearly says "Adding a new user will not add it into the server". the post request only mimics a response of adding a user (given all required fields are provided) but does not actually add it in the database.
I worked on DummyJSON. I added the User with POST Api. I got the success status for POST Api. Now I am checking whether my record showing under User list and calling All User Api but unable to find my inserted record.
I just added 5 fields to post User API: First Name, Last Name, User Name, Email & Password