Hi Team,
Want to invoke REST API with JSON object as input and output in the below format
Input:
{
 "description":"Add entitlement for XXXX for the user XXX0009",
"firstname":"XXXX",
"lastname":"XXXX",
"email":"test123@gmail.com",
"username":"XXX0009"
}
  output:
{
   "uploadstatus": "S",
   "description": "Add entitlement for XXXX for the user XXX0009"
}
 
How can I do in Blue Prism?