When resource_get for currency_conversion, classified_locations and other modules: ``` def get_local_currency_by_country_id( country_id ): query = "/classified_locations/countries/{}".format( country_id ) try: response = api_instance.resource_get(query, CLIENT_SECRET) return json.dumps( response ) except ApiException as e: pass return None ``` I get the following error message: `{"message":"{\"message\":\"Malformed access_token: MY-SECRET-TOKEN TEST\",\"error\":\"bad_request\",\"status\":400,\"cause\":[]}","error":"","status":400,"cause":[]} `
When resource_get for currency_conversion, classified_locations and other modules:
I get the following error message:
{"message":"{\"message\":\"Malformed access_token: MY-SECRET-TOKEN TEST\",\"error\":\"bad_request\",\"status\":400,\"cause\":[]}","error":"","status":400,"cause":[]}