{
  "type" : "apis",
  "apis" : [ {
    "id" : 1,
    "name" : "POST /register",
    "description" : "Imported from curl",
    "httpMethod" : "POST",
    "endpointPath" : "/register",
    "tags" : "",
    "enabled" : true,
    "createdAt" : "2026-08-02T15:03:59.72",
    "updatedAt" : "2026-08-02T15:04:23.931",
    "matchers" : [ {
      "id" : 1,
      "name" : "Default",
      "description" : null,
      "priority" : 0,
      "enabled" : true,
      "matchHeaders" : "{\"Content-Type\":\"application/json\"}",
      "matchQueryParams" : null,
      "matchBody" : "{\n  \"userName\": \"sathwik1\",\n  \"password\": \"password\",\n  \"email\": \"sathwiksuggala@gmail.com\",\n  \"mobileNumber\": \"9182472725\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"dateOfBirth\": \"1990-05-20\",  \n  \"gender\": \"MALE\"  \n  \n  }\n",
      "matchBodyType" : "JSON_MATCH",
      "matchBodyFormat" : "json",
      "matchPathVariables" : null,
      "responseSelectionMode" : "MANUAL",
      "sequentialIndex" : 0,
      "rateLimitRpm" : 0,
      "responses" : [ {
        "id" : 1,
        "name" : "200 OK",
        "description" : null,
        "enabled" : true,
        "active" : true,
        "httpStatus" : 200,
        "responseHeaders" : null,
        "responseCookies" : null,
        "responseBody" : "{\n  \"userName\": \"sathwik1\",\n  \"password\": \"password\",\n  \"email\": \"sathwiksuggala@gmail.com\",\n  \"mobileNumber\": \"9182472725\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"dateOfBirth\": \"1990-05-20\",  \n  \"gender\": \"MALE\"  \n  \n  }\n",
        "contentType" : "application/json",
        "delayMs" : 0,
        "delayType" : "FIXED",
        "delayMaxMs" : 0,
        "faultType" : null,
        "weight" : 100,
        "webhookUrl" : null,
        "webhookDelayMs" : 0,
        "webhookBody" : null,
        "scenarioMappings" : [ ]
      } ]
    } ],
    "defaultResponse" : null,
    "scenarioMappings" : [ ]
  } ],
  "scenarios" : [ ]
}