Returns a list containing all keys from a map, sorted lexically.
keys(map: map) -> list(string)
Returns the documented result for the function signature.
respond { status = 200, body = keys(ctx.request.body) }