WidgetlyStaging12
WidgetlyStaging12
const options = { url: 'https://www.app.dev.feltso.com/kya_backend/zapier/authenticate', method: 'get', headers: { }, params: { }, removemissingvaluesfrom: { 'body': false, 'params': false }, } return z.request(options) .then((response) => { const results = response.json; // you can do any parsing you need for results here before returning them return results; });