const ApiResponse = (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/"741371"', "formid": "f004343c-b599-4174-bc96-e4ebc44239b7", "name": "Information", "formxml": '
', "objecttypecode": "pinswg_dns", "type": 2, }, ], }); }; export default ApiResponse;