[
    {
        "organization": {
            "name": "Company API",
            "BPID": "api1234abcd",
            "membersLimit": 10,
            "type": "Partner",
            "description": "This is a import company",
            "city": "North Sydney",
            "street_address": "1 Denision Street",
            "state": "NSW",
            "zip_code": "2060",
            "country":  "Australia"
        }
        , "requester": {
            "phone": "+61000000000",
            "lastName": "API",
            "firstName": "John",
            "email": "john.lilley+api@sap.com",
            "department": "IT",
            "jobFunction": "Admin"
        }
    }
    , {
        "organization": {
            "name": "Company API 2",
            "BPID": "api4567IOSI",
            "membersLimit": 10,
            "type": "Partner",
            "description": "This is a import company",
            "city": "North Sydney",
            "street_address": "1 Denision Street",
            "state": "NSW",
            "zip_code": "2060",
            "country":  "Australia"
        }
        , "requester": {
            "phone": "+61000000000",
            "lastName": "API",
            "firstName": "John",
            "email": "john.lilley+api@sap.com",
            "department": "IT",
            "jobFunction": "Admin"
        }
    }
]