VSN-1602/Add APIs for fetching sector IDs/ sector Names and Ids by IDs
Add APIs for fetching sector IDs/ sector name/ sector Names and Ids by IDs
getAllSectorNamesAndIdsByIds: This API fetches the names and IDs of sectors based on a list of sector IDs provided as a request parameter. It returns a list of sector names along with their corresponding IDs.
getIdsByName: This API fetches the sector IDs associated with a specific sector name provided as a request parameter. It returns a list of IDs that correspond to the provided sector name.