{
	"testCase": [
            {
                "init": {
                    "scope": "apim:subscribe"
                },
                "data": {
                    "method": "POST",
                    "url": "/api/am/store/v0.14//applications",
                    "query-parameters": "",
                    "request-headers": {
                        "Authorization": "Bearer",
                        "Content-Type": "application/json"
                    },
                    "request-payload":
                        "{\n
                            \"name\": \"AppToTestGroupId\",\n   \"keys\": [],\n
                            \"applicationId\": \"9fade8f8-89b4-48a5-b1c2-12640d08df44\",\n   \"status\": \"APPROVED\",\n
                            \"description\": \"This is to test.\",\n   \"throttlingTier\": \"Unlimited\",\n
                            \"callbackUrl\": \"testURL\",\n   \"subscriber\": \"admin\",\n
                            \"groupId\": \"testGroup1\"
                        \n}",
                    "response-headers": "",
                    "response-payload": ""
                },
                "asserts": {
                    "header-asserts": {
                        "status-code": "201"
                    },
                    "body-asserts": [
                         {
                              "jsonPath": "$.groupId",
                              "value" : "testGroup1"
                         }
                     ]
                },
                "preserve-list": [
                    {
                        "attribute-name": "applicationId",
                        "response-location": "applicationId"
                    }
                ]
            }
    ]
}
