Hey guys I am looking to convert query string to json using n8n and also use the converted data in http request .
Pls help me
Like this how do I breat the url into json
https://app.apollo.io/#/people?finderViewId=5b8050d050a3893c382e9360&page=1&contactEmailStatusV2[]=likely_to_engage&contactEmailStatusV2[]=verified&personLocations[]=North%20America&personLocations[]=EMEA&organizationNumEmployeesRanges[]=21%2C50&organizationNumEmployeesRanges[]=51%2C100&organizationIndustryTagIds[]=5567ce1f7369643b78570000&intentStrengths[]=high¤tlyUsingAnyOfTechnologyUids[]=wordpress_org&existFields[]=organization_revenue_in_thousands_int&organizationLatestFundingStageCd[]=1&organizationLatestFundingStageCd[]=10&searchSignalIds[]=649f201ded59e501eb4d3f16&searchSignalIds[]=649f201ced59e501eb4d3f15&contactEmailOpen=yes this url into json to put into http request also how do I place it in http request because every time filters are different and suppose if I have to select person location I will have to enter person_location in http request to get data but from json convertor I get person location

