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/\"742078\"", "formid": "45e17e5d-ba77-4e39-b20e-5a5336d5b1f3", "name": "Information", "formxml": "
", "objecttypecode": "pinswg_row", "type": 2 } ] } ) };