export default(req, res) =>{ res.statusCode= 200; res.json( { "@odata.context": "https://devcrm2016.llcdt.gov.wales/DVPINS/api/data/v8.2/$metadata#systemforms(formid,name,formxml)", "@odata.count": 1, "value": [ { "@odata.etag": "W/\"741656\"", "formid": "e9ecc810-db6d-4fb4-abb4-a1a45d8cd11c", "name": "Information", "formxml": "
", "objecttypecode": "pinswg_householderappealhas", "type": 2 } ] } ) };