def api_call()

in api-connector/src/handlers/cloud_task.py [0:0]


    def api_call(
        uri: str,
        auth_type: AuthType,
        credentials: Any,
        query_string: str,
        payload: Any,
        timeout: int,
        headers: Any,
        method: str,