GetLocationSuggestions

This endpoint retrieves suggestions by search input.
The result will be an array of suggestions. Each one includes the region and the name of the retrieved place, and offers coordinates for that item.

Task<BaseResponseDto<GetLocationSuggestionsResponseDto>> GetLocationSuggestions (
    GetLocationSuggestionsRequestDto request,
    CancellationToken cancellationToken
)