List the scan status codes for the specified country. Result includes Status Code, Short Description and Extended Description.
CountryCode - The country for which to list the status codes.
A data structure like so:
{
    'result': [
        {
            'StatusCode': '1',
            'StatusDescription': 'Calling Card Left',
            'ExtendedDescription': 'Calling Card Left - Delivery was attempted, the receiver was not available'
        }, { ...etc
        }
    ]
}
    Get all the status codes for Australia:
						https://api.fastway.org/latest/tracktrace/liststatuscodes/1?api_key=YOUR_API_KEY