I have been trying to fire some PUT queries to the backend (json-server) using Chrome POSTMAN.
It does not add a new record as per its definition (Update if existing AND Add if not present).
However on doing a HTTP GET, the new record is not added .
Wondering if this is the expected behaviour.