export default defineEventHandler(async (event) => { const { startLocationsCodes, locale, take } = await readBody(event) return getMultiCityInspirations(startLocationsCodes, locale, take) })