Hello everyone. Now, we will see how to store a post a REST API request in object repository of Catalan studio. We are going to use this create request post API request. This is the API URL we are going to use. And in header body, we will be passing these parameters, name and job. Let us do that.
Go to Catalan studio and right click on regress and the new new web service request and providing the name as create New use and you know that is creating now the object repository is created for create new user in this drop down I am going to select post and I am passing them request URL and in HTTP body, I am going to take you this name and job parameter. Let us give any customized name Okay, I am saving it. Now, let us run this post request know the request is sending and we will see the response here. Here we are seeing the response like ID is created and its status is to not one. This is how we will be creating post request, which is almost similar to get method. You can also explore other methods like put, patch and delete which is given in this request.in URL