## Features 1. New GET endpoint to find all developers with submitted skills. 2. Should be named as FindDeveloperBy(IEnumerable<strings> skills). 3. Should return a json with all registered developers with submitted skills.
Features