Hello ! I want to create a mock POST api with json...
# help
r
Hello ! I want to create a mock POST api with json body and basic auth / bearer auth. below is the sample body which I need to implement as api request. mock api should accept any random values against these json attributes and the mock api should respond. Seeking help in creating mock api. Please help.
Copy code
"firstName": "Ravi",
    "lastName": "Kumar",
    "id": ""
}