Produces a list of delivery suburbs based on the specified Pickup RF and optional search terms.
RFCode - The Pickup RF code. See List Regional Franchises
					term - An optional set of search terms. These terms will get matched on the Town and the Postcode. If omitted, everything will be returned.
A data structure like so:
{
    'result': [
        {
            'Town': 'ABBA RIVER',
            'Postcode': '6280',
            'State': 'WA'
        },
        {
            'Town': 'ABBEY',
            'Postcode': '6280',
            'State': 'WA'
        }
     ]
}
    https://api.fastway.org/v1/psc/listdeliverysuburbs/SYD/Abb?api_key=YOUR_API_KEY